Datasets:
Tasks:
Text Classification
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
100K<n<1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,22 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- semantic-similarity-classification
|
21 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "quora"
|
@@ -167,4 +183,4 @@ Unknown.
|
|
167 |
|
168 |
### Contributions
|
169 |
|
170 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@ghomasHudson](https://github.com/ghomasHudson), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
19 |
task_ids:
|
20 |
- semantic-similarity-classification
|
21 |
paperswithcode_id: null
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: questions
|
25 |
+
sequence:
|
26 |
+
- name: id
|
27 |
+
dtype: int32
|
28 |
+
- name: text
|
29 |
+
dtype: string
|
30 |
+
- name: is_duplicate
|
31 |
+
dtype: bool
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 58155622
|
35 |
+
num_examples: 404290
|
36 |
+
download_size: 58176133
|
37 |
+
dataset_size: 58155622
|
38 |
---
|
39 |
|
40 |
# Dataset Card for "quora"
|
|
|
183 |
|
184 |
### Contributions
|
185 |
|
186 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@ghomasHudson](https://github.com/ghomasHudson), [@lewtun](https://github.com/lewtun) for adding this dataset.
|