Commit
·
2b25c0f
1
Parent(s):
bc544e9
Add metadata for dataset used to train model
Browse filesThis is a small PR to add the dataset used to train your model to the YAML metadata section. This metadata makes the link between the model and the dataset easier to see on the Hugging Face Hub.
README.md
CHANGED
@@ -7,10 +7,14 @@ tags:
|
|
7 |
- transformers
|
8 |
language: ru
|
9 |
license: unlicense
|
10 |
-
|
11 |
widget:
|
12 |
-
- source_sentence:
|
13 |
-
sentences:
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
|
@@ -77,4 +81,4 @@ text1=Одна голова - хорошо, а две - лучше text2=Пот
|
|
77 |
url = {https://huggingface.co/inkoziev/sbert_synonymy},
|
78 |
year = 2022
|
79 |
}
|
80 |
-
```
|
|
|
7 |
- transformers
|
8 |
language: ru
|
9 |
license: unlicense
|
|
|
10 |
widget:
|
11 |
+
- source_sentence: Кошка ловит мышку
|
12 |
+
sentences:
|
13 |
+
- Мышка преследуема кошкой
|
14 |
+
- Кошка гонится за мышью
|
15 |
+
- Кошка ловит кайф
|
16 |
+
datasets:
|
17 |
+
- inkoziev/paraphrases
|
18 |
---
|
19 |
|
20 |
|
|
|
81 |
url = {https://huggingface.co/inkoziev/sbert_synonymy},
|
82 |
year = 2022
|
83 |
}
|
84 |
+
```
|