LexFerrinson commited on
Commit
a57deab
·
verified ·
1 Parent(s): a6c2ee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,5 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  configs:
4
  - config_name: tab
5
  data_files:
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: ner_tags
8
+ sequence:
9
+ class_label:
10
+ names:
11
+ '0': O
12
+ '1': B-Technology
13
+ - name: tokens
14
+ sequence: string
15
+
16
  configs:
17
  - config_name: tab
18
  data_files: