Datasets:

Languages:
English
License:
wzkariampuzha commited on
Commit
8834d63
·
1 Parent(s): a54f83a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -72,6 +72,13 @@ The data fields are the same among all splits.
72
  - `id`: a `string` feature.
73
  - `tokens`: a `list` of `string` features.
74
  - `ner_tags`: a `list` of classification labels, with possible values including `O` (0), `B-PER` (1), `I-PER` (2), `B-ORG` (3), `I-ORG` (4).
 
 
 
 
 
 
 
75
 
76
  ### Data Splits
77
 
 
72
  - `id`: a `string` feature.
73
  - `tokens`: a `list` of `string` features.
74
  - `ner_tags`: a `list` of classification labels, with possible values including `O` (0), `B-PER` (1), `I-PER` (2), `B-ORG` (3), `I-ORG` (4).
75
+ "O", #(0)
76
+ "B-LOC", #(1)
77
+ "I-LOC", #(2)
78
+ "B-EPI", #(3)
79
+ "I-EPI", #(4)
80
+ "B-STAT", #(5)
81
+ "I-STAT", #(6)
82
 
83
  ### Data Splits
84