IEIT-Yuan commited on
Commit
31627ff
·
verified ·
1 Parent(s): 0f67f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1265,9 +1265,9 @@ Yuan-embedding-1.0是专门为中文文本检索任务设计的嵌入模型。
1265
 
1266
  - 在Hard negative sampling中,使用Rerank模型(bge-reranker-large [2])进行数据排序筛选
1267
 
1268
- - 通过LLM(llama3.1[3])迭代生成新query
1269
 
1270
- - 基于piccolo-embedding [4]进行训练
1271
 
1272
 
1273
  ## Usage
@@ -1295,5 +1295,4 @@ print(similarities)
1295
 
1296
  1. https://huggingface.co/lier007/xiaobu-embedding-v2
1297
  2. https://huggingface.co/BAAI/bge-reranker-large
1298
- 3. https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct
1299
- 4. https://github.com/hjq133/piccolo-embedding
 
1265
 
1266
  - 在Hard negative sampling中,使用Rerank模型(bge-reranker-large [2])进行数据排序筛选
1267
 
1268
+ - 基于LLM迭代生成新query
1269
 
1270
+ - 基于piccolo-embedding [3]进行训练
1271
 
1272
 
1273
  ## Usage
 
1295
 
1296
  1. https://huggingface.co/lier007/xiaobu-embedding-v2
1297
  2. https://huggingface.co/BAAI/bge-reranker-large
1298
+ 3. https://github.com/hjq133/piccolo-embedding