Commit ·
78c80b4
1
Parent(s): 38aa3f1
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
This dataset is an automatically curated from three datasets.
|
| 6 |
+
- Wikipedia_AfD_imperative_data
|
| 7 |
+
- Spaadia
|
| 8 |
+
- SquadV2
|
| 9 |
+
- Samples from https://github.com/lettergram/sentence-classification/tree/master
|
| 10 |
+
|
| 11 |
+
Only 3 classes are available.
|
| 12 |
+
{"declarative": 0, "question": 1, "imperative": 2}
|
| 13 |
+
|
| 14 |
+
Note: As this dataset is automatically curated, it may not be the cleanest. Use at your own risk.
|