Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ The fields for the text classification task are:
|
|
70 |
2) 'sentence', the input text.
|
71 |
3) 'label', the class for the text.
|
72 |
|
73 |
-
The fields for the
|
74 |
1) 'id', a unique numbered identifier sequentially assigned.
|
75 |
2) 'tokens', the input text tokenized by BPE tokenizer.
|
76 |
3) 'ner_tags', the entity label for the tokens.
|
|
|
70 |
2) 'sentence', the input text.
|
71 |
3) 'label', the class for the text.
|
72 |
|
73 |
+
The fields for the token classification task are:
|
74 |
1) 'id', a unique numbered identifier sequentially assigned.
|
75 |
2) 'tokens', the input text tokenized by BPE tokenizer.
|
76 |
3) 'ner_tags', the entity label for the tokens.
|