Update README.md
Browse files
README.md
CHANGED
@@ -134,14 +134,9 @@ You can finetune this model on your own dataset.
|
|
134 |
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
135 |
-->
|
136 |
|
137 |
-
## Training Details
|
138 |
|
139 |
-
### Training Dataset
|
140 |
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
* Size: 4,008 training samples
|
145 |
* Columns: <code>sentence_0</code> and <code>sentence_1</code>
|
146 |
* Approximate statistics based on the first 1000 samples:
|
147 |
| | sentence_0 | sentence_1 |
|
@@ -161,7 +156,7 @@ You can finetune this model on your own dataset.
|
|
161 |
"similarity_fct": "cos_sim"
|
162 |
}
|
163 |
```
|
164 |
-
|
165 |
|
166 |
## Citation
|
167 |
|
|
|
134 |
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
135 |
-->
|
136 |
|
|
|
137 |
|
|
|
138 |
|
139 |
+
<!-- * Size: 4,008 training samples
|
|
|
|
|
|
|
140 |
* Columns: <code>sentence_0</code> and <code>sentence_1</code>
|
141 |
* Approximate statistics based on the first 1000 samples:
|
142 |
| | sentence_0 | sentence_1 |
|
|
|
156 |
"similarity_fct": "cos_sim"
|
157 |
}
|
158 |
```
|
159 |
+
-->
|
160 |
|
161 |
## Citation
|
162 |
|