bluesky333 commited on
Commit
84c330f
1 Parent(s): 6c6d399

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 text 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.
 
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.