Datasets:
Tasks:
Text Classification
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
100K<n<1M
License:
Commit
•
c7c83a8
1
Parent(s):
837db4f
Fix missing tags in dataset cards (#4921)
Browse files* Fix missing tags in dataset cards
* Force CI re-run
Commit from https://github.com/huggingface/datasets/commit/a0b6402e8f32a806b1ef0ff4b99fd58e54232d49
README.md
CHANGED
@@ -1,8 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
paperswithcode_id: null
|
5 |
-
pretty_name: quora
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "quora"
|
@@ -142,13 +158,11 @@ The data fields are the same among all splits.
|
|
142 |
|
143 |
### Licensing Information
|
144 |
|
145 |
-
|
146 |
|
147 |
### Citation Information
|
148 |
|
149 |
-
|
150 |
-
|
151 |
-
```
|
152 |
|
153 |
|
154 |
### Contributions
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: Quora Question Pairs
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-classification
|
19 |
+
task_ids:
|
20 |
+
- semantic-similarity-classification
|
21 |
paperswithcode_id: null
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "quora"
|
|
|
158 |
|
159 |
### Licensing Information
|
160 |
|
161 |
+
Unknown license.
|
162 |
|
163 |
### Citation Information
|
164 |
|
165 |
+
Unknown.
|
|
|
|
|
166 |
|
167 |
|
168 |
### Contributions
|