Commit
·
3b160f6
1
Parent(s):
416bbc7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
train-eval-index:
|
5 |
+
- config: default
|
6 |
+
task: token-classification
|
7 |
+
task_id: entity_extraction
|
8 |
+
splits:
|
9 |
+
eval_split: test
|
10 |
+
col_mapping:
|
11 |
+
tokens: tokens
|
12 |
+
labels: tags
|