Datasets:
imvladikon
commited on
Commit
•
28674a1
1
Parent(s):
d359a33
Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,10 @@ configs:
|
|
27 |
path: data/train-*
|
28 |
- split: validation
|
29 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
## Description
|
@@ -39,4 +43,4 @@ Machine-translated Hebrew version sts-b dataset, with additional records: `augme
|
|
39 |
[{'label': 4.666999816894531, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'מישהו מקפל פיסת נייר.', 'source': 'machine-translated'},
|
40 |
{'label': 0.0, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'כתב מייל.', 'source': 'augmented'},
|
41 |
{'label': 4.0, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'אדם מכפיל ניידת נייר.', 'source': 'chatgpt'}]
|
42 |
-
```
|
|
|
27 |
path: data/train-*
|
28 |
- split: validation
|
29 |
path: data/validation-*
|
30 |
+
task_categories:
|
31 |
+
- sentence-similarity
|
32 |
+
language:
|
33 |
+
- he
|
34 |
---
|
35 |
|
36 |
## Description
|
|
|
43 |
[{'label': 4.666999816894531, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'מישהו מקפל פיסת נייר.', 'source': 'machine-translated'},
|
44 |
{'label': 0.0, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'כתב מייל.', 'source': 'augmented'},
|
45 |
{'label': 4.0, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'אדם מכפיל ניידת נייר.', 'source': 'chatgpt'}]
|
46 |
+
```
|