├── LLM.py ├── README.md ├── embeddings.py ├── main.py ├── pdfparser.py └── 初赛训练数据集.pdf /LLM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisonwine/Tianchi-LLM-retrieval/HEAD/LLM.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisonwine/Tianchi-LLM-retrieval/HEAD/README.md -------------------------------------------------------------------------------- /embeddings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisonwine/Tianchi-LLM-retrieval/HEAD/embeddings.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisonwine/Tianchi-LLM-retrieval/HEAD/main.py -------------------------------------------------------------------------------- /pdfparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisonwine/Tianchi-LLM-retrieval/HEAD/pdfparser.py -------------------------------------------------------------------------------- /初赛训练数据集.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poisonwine/Tianchi-LLM-retrieval/HEAD/初赛训练数据集.pdf --------------------------------------------------------------------------------