fix task_ids
Browse files
README.md
CHANGED
|
@@ -15,10 +15,11 @@ source_datasets:
|
|
| 15 |
- extended|wisesight_sentiment
|
| 16 |
task_categories:
|
| 17 |
- token-classification
|
| 18 |
-
task_ids:
|
| 19 |
-
- token-classification-other-word-tokenization
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: wisesight1000
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for `wisesight1000`
|
|
@@ -191,4 +192,4 @@ Character type features:
|
|
| 191 |
|
| 192 |
### Contributions
|
| 193 |
|
| 194 |
-
Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
|
|
|
|
| 15 |
- extended|wisesight_sentiment
|
| 16 |
task_categories:
|
| 17 |
- token-classification
|
| 18 |
+
task_ids: []
|
|
|
|
| 19 |
paperswithcode_id: null
|
| 20 |
pretty_name: wisesight1000
|
| 21 |
+
tags:
|
| 22 |
+
- word-tokenization
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for `wisesight1000`
|
|
|
|
| 192 |
|
| 193 |
### Contributions
|
| 194 |
|
| 195 |
+
Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
|