Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: words
|
|
@@ -60,11 +65,6 @@ configs:
|
|
| 60 |
path: data/validation-*
|
| 61 |
- split: test
|
| 62 |
path: data/test-*
|
| 63 |
-
license: cc-by-3.0
|
| 64 |
-
task_categories:
|
| 65 |
-
- token-classification
|
| 66 |
-
language:
|
| 67 |
-
- th
|
| 68 |
---
|
| 69 |
# Thai NER v2.2
|
| 70 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- th
|
| 4 |
+
license: cc-by-3.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- token-classification
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: words
|
|
|
|
| 65 |
path: data/validation-*
|
| 66 |
- split: test
|
| 67 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
---
|
| 69 |
# Thai NER v2.2
|
| 70 |
|