small fix README
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ print(similarities.shape)
|
|
98 |
|
99 |
To achieve generic text embedding performance across a wide range of domains, we performed contrastive training on weakly-supervised data consisting of our own web-crawled data and open data.
|
100 |
|
101 |
-
####
|
102 |
|
103 |
|dataset|counts|
|
104 |
|:-:|:-:|
|
@@ -118,9 +118,9 @@ To achieve generic text embedding performance across a wide range of domains, we
|
|
118 |
|
119 |
### Step2: Supervised Fine-tuning
|
120 |
|
121 |
-
To enable the model to learn a more accurate query-document similarity, we performed supervised fine-tuning using the following
|
122 |
|
123 |
-
####
|
124 |
|
125 |
|dataset|counts|
|
126 |
|:-:|:-:|
|
|
|
98 |
|
99 |
To achieve generic text embedding performance across a wide range of domains, we performed contrastive training on weakly-supervised data consisting of our own web-crawled data and open data.
|
100 |
|
101 |
+
#### Datasets
|
102 |
|
103 |
|dataset|counts|
|
104 |
|:-:|:-:|
|
|
|
118 |
|
119 |
### Step2: Supervised Fine-tuning
|
120 |
|
121 |
+
To enable the model to learn a more accurate query-document similarity, we performed supervised fine-tuning using the following datasets.
|
122 |
|
123 |
+
#### Datasets
|
124 |
|
125 |
|dataset|counts|
|
126 |
|:-:|:-:|
|