Skip to content

Commit 6496a3e

Browse files
committed
update readme
1 parent 876fec7 commit 6496a3e

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

examples/finetune/embedder/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
In this example, we show how to finetune the embedder with your data.
44

5+
- [1. Installation](#1-Installation)
6+
- [2. Data format](#2-Data-format)
7+
- [Hard Negatives](#Hard-Negatives)
8+
- [Teacher Scores](#Teacher-Scores)
9+
- [3. Train](#3-Train)
10+
- [(1) standard model](#(1)-standard-model)
11+
- [(2) bge-m3](#(2)-bge-m3)
12+
- [(3) bge-multilingual-gemma2](#(3)-bge-multilingual-gemma2)
13+
- [(4) bge-en-icl](#(4)-bge-en-icl)
14+
515
## 1. Installation
616

717
- **with pip**

examples/finetune/reranker/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
In this example, we show how to finetune the reranker with your data.
44

5+
- [1. Installation](#1-Installation)
6+
- [2. Data format](#2-Data-format)
7+
- [Hard Negatives](#Hard-Negatives)
8+
- [Teacher Scores](#Teacher-Scores)
9+
- [3. Train](#3-Train)
10+
- [(1) standard model](#(1)-standard-model)
11+
- [(2) bge-reranker-v2-gemma](#(2)-bge-reranker-v2-gemma)
12+
- [(3) bge-reranker-v2-layerwise-minicpm](#(3)-bge-reranker-v2-layerwise-minicpm)
13+
514
## 1. Installation
615

716
- **with pip**

0 commit comments

Comments
 (0)