├── README.md ├── data └── atec_nlp_sim_train_all.csv ├── evaluate.py ├── predict.txt ├── preprocess.py └── train_sentence_bert.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/sbert_text_similarity/HEAD/README.md -------------------------------------------------------------------------------- /data/atec_nlp_sim_train_all.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/sbert_text_similarity/HEAD/data/atec_nlp_sim_train_all.csv -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/sbert_text_similarity/HEAD/evaluate.py -------------------------------------------------------------------------------- /predict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/sbert_text_similarity/HEAD/predict.txt -------------------------------------------------------------------------------- /preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/sbert_text_similarity/HEAD/preprocess.py -------------------------------------------------------------------------------- /train_sentence_bert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taishan1994/sbert_text_similarity/HEAD/train_sentence_bert.py --------------------------------------------------------------------------------