Commit ·
c812974
1
Parent(s): 66c8090
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,15 +5,24 @@ dataset_info:
|
|
| 5 |
dtype: string
|
| 6 |
- name: sentence2
|
| 7 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
splits:
|
| 9 |
- name: train
|
| 10 |
-
num_bytes:
|
| 11 |
-
num_examples:
|
| 12 |
- name: test
|
| 13 |
-
num_bytes:
|
| 14 |
-
num_examples:
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
# Dataset Card for "farsi_paraphrase_detection"
|
| 19 |
|
|
|
|
| 5 |
dtype: string
|
| 6 |
- name: sentence2
|
| 7 |
dtype: string
|
| 8 |
+
- name: label
|
| 9 |
+
dtype:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
'0': not_equivalent
|
| 13 |
+
'1': equivalent
|
| 14 |
splits:
|
| 15 |
- name: train
|
| 16 |
+
num_bytes: 772532.4738052645
|
| 17 |
+
num_examples: 6260
|
| 18 |
- name: test
|
| 19 |
+
num_bytes: 96628.26309736774
|
| 20 |
+
num_examples: 783
|
| 21 |
+
- name: validation
|
| 22 |
+
num_bytes: 96628.26309736774
|
| 23 |
+
num_examples: 783
|
| 24 |
+
download_size: 462094
|
| 25 |
+
dataset_size: 965788.9999999999
|
| 26 |
---
|
| 27 |
# Dataset Card for "farsi_paraphrase_detection"
|
| 28 |
|