We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14a2b5 commit 213b64aCopy full SHA for 213b64a
1 file changed
FlagEmbedding/llm_dense_retriever/README.md
@@ -6,6 +6,16 @@
6
- In-context learning ability: By providing few-shot examples in the query, it can significantly enhance the model's ability to handle new tasks.
7
- Outstanding performance: The model has achieved state-of-the-art (SOTA) performance on both BEIR and AIR-Bench.
8
9
+## 📑 Open-source Plan
10
+
11
+- [x] Checkpoint
12
+- [x] Training Data
13
+- [x] Training Code
14
+- [ ] Evaluation Pipeline
15
+- [ ] Technical Report
16
17
+We will release the technical report for **BGE-EN-ICL** in the future.
18
19
## Environment
20
```bash
21
conda create icl python=3.10
0 commit comments