Datasets:
Tasks:
Token Classification
Languages:
Persian
mahdiyehebrahimi
commited on
Create dataset_config.yaml
Browse files- dataset_config.yaml +10 -0
dataset_config.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: sequence_labeling
|
2 |
+
config_type: dataset
|
3 |
+
task: sequence_labeling
|
4 |
+
path: mahdiyehebrahimi/nerutc
|
5 |
+
tokenizer_path: null
|
6 |
+
tags_field: ner_tags
|
7 |
+
tokens_field: tokens
|
8 |
+
ignore_index: -100
|
9 |
+
label_all_tokens: true
|
10 |
+
is_iob_schema: true
|