PassbyGrocer commited on
Commit
0d2d11f
·
verified ·
1 Parent(s): e81c91a

Initial dataset upload with train/test/validation splits

Browse files
README.md CHANGED
@@ -4,7 +4,20 @@ dataset_info:
4
  - name: tokens
5
  list: string
6
  - name: ner_tags
7
- list: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - name: ner_tags_text
9
  list: string
10
  splits:
@@ -12,13 +25,13 @@ dataset_info:
12
  num_bytes: 348850
13
  num_examples: 230
14
  - name: test
15
- num_bytes: 73206
16
- num_examples: 58
17
  - name: validation
18
- num_bytes: 73206
19
- num_examples: 58
20
- download_size: 58027
21
- dataset_size: 495262
22
  configs:
23
  - config_name: default
24
  data_files:
 
4
  - name: tokens
5
  list: string
6
  - name: ner_tags
7
+ list:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-ORG
12
+ '2': I-ORG
13
+ '3': B-LOC
14
+ '4': I-LOC
15
+ '5': B-PRD
16
+ '6': I-PRD
17
+ '7': B-MKT
18
+ '8': I-MKT
19
+ '9': B-TIM
20
+ '10': I-TIM
21
  - name: ner_tags_text
22
  list: string
23
  splits:
 
25
  num_bytes: 348850
26
  num_examples: 230
27
  - name: test
28
+ num_bytes: 36406
29
+ num_examples: 29
30
  - name: validation
31
+ num_bytes: 36800
32
+ num_examples: 29
33
+ download_size: 50587
34
+ dataset_size: 422056
35
  configs:
36
  - config_name: default
37
  data_files:
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1bfddeb9e3bebe4530dc98b2ebf3e85dc80d535e6c2addb613cb9ef76330432
3
- size 11377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feac90bd767cc3f02b07e56f319d76cb1160fc0b64211ee7ae453ff51893c350
3
+ size 7629
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6013c9910d1c4c9a065c05a03e6cf2cb188826175c692bcc955c469d66f501f
3
- size 35273
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2241458e4ed32f155733320a10c894a0492e012d2f3f06a72c115d32c5c128
3
+ size 35494
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1bfddeb9e3bebe4530dc98b2ebf3e85dc80d535e6c2addb613cb9ef76330432
3
- size 11377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b74cc2f7e8eff8eb9b03f3fb84abf6728c2b4b9d5e8323bcd755fe3cb3fca57f
3
+ size 7464