Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
cpalenmichel commited on
Commit
18d042d
·
verified ·
1 Parent(s): 2977987

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -66
README.md CHANGED
@@ -1,66 +1,74 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: tokens
5
- sequence: string
6
- - name: ner_tags
7
- sequence:
8
- class_label:
9
- names:
10
- '0': O
11
- '1': B-UoM
12
- '2': I-UoM
13
- '3': B-color
14
- '4': I-color
15
- '5': B-condition
16
- '6': I-condition
17
- '7': B-content
18
- '8': I-content
19
- '9': B-core_product_type
20
- '10': I-core_product_type
21
- '11': B-creator
22
- '12': I-creator
23
- '13': B-department
24
- '14': I-department
25
- '15': B-material
26
- '16': I-material
27
- '17': B-modifier
28
- '18': I-modifier
29
- '19': B-occasion
30
- '20': I-occasion
31
- '21': B-origin
32
- '22': I-origin
33
- '23': B-price
34
- '24': I-price
35
- '25': B-product_name
36
- '26': I-product_name
37
- '27': B-product_number
38
- '28': I-product_number
39
- '29': B-quantity
40
- '30': I-quantity
41
- '31': B-shape
42
- '32': I-shape
43
- '33': B-time
44
- '34': I-time
45
- splits:
46
- - name: train
47
- num_bytes: 553523
48
- num_examples: 7841
49
- - name: test
50
- num_bytes: 70308
51
- num_examples: 993
52
- - name: validation
53
- num_bytes: 61109
54
- num_examples: 871
55
- download_size: 242711
56
- dataset_size: 684940
57
- configs:
58
- - config_name: default
59
- data_files:
60
- - split: train
61
- path: data/train-*
62
- - split: test
63
- path: data/test-*
64
- - split: validation
65
- path: data/validation-*
66
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: ner_tags
7
+ sequence:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-UoM
12
+ '2': I-UoM
13
+ '3': B-color
14
+ '4': I-color
15
+ '5': B-condition
16
+ '6': I-condition
17
+ '7': B-content
18
+ '8': I-content
19
+ '9': B-core_product_type
20
+ '10': I-core_product_type
21
+ '11': B-creator
22
+ '12': I-creator
23
+ '13': B-department
24
+ '14': I-department
25
+ '15': B-material
26
+ '16': I-material
27
+ '17': B-modifier
28
+ '18': I-modifier
29
+ '19': B-occasion
30
+ '20': I-occasion
31
+ '21': B-origin
32
+ '22': I-origin
33
+ '23': B-price
34
+ '24': I-price
35
+ '25': B-product_name
36
+ '26': I-product_name
37
+ '27': B-product_number
38
+ '28': I-product_number
39
+ '29': B-quantity
40
+ '30': I-quantity
41
+ '31': B-shape
42
+ '32': I-shape
43
+ '33': B-time
44
+ '34': I-time
45
+ splits:
46
+ - name: train
47
+ num_bytes: 553523
48
+ num_examples: 7841
49
+ - name: test
50
+ num_bytes: 70308
51
+ num_examples: 993
52
+ - name: validation
53
+ num_bytes: 61109
54
+ num_examples: 871
55
+ download_size: 242711
56
+ dataset_size: 684940
57
+ configs:
58
+ - config_name: default
59
+ data_files:
60
+ - split: train
61
+ path: data/train-*
62
+ - split: test
63
+ path: data/test-*
64
+ - split: validation
65
+ path: data/validation-*
66
+ license: cc-by-4.0
67
+ task_categories:
68
+ - token-classification
69
+ language:
70
+ - en
71
+ pretty_name: QueryNER
72
+ size_categories:
73
+ - 1K<n<10K
74
+ ---