Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,479 Bytes
2977987
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-UoM
          '2': I-UoM
          '3': B-color
          '4': I-color
          '5': B-condition
          '6': I-condition
          '7': B-content
          '8': I-content
          '9': B-core_product_type
          '10': I-core_product_type
          '11': B-creator
          '12': I-creator
          '13': B-department
          '14': I-department
          '15': B-material
          '16': I-material
          '17': B-modifier
          '18': I-modifier
          '19': B-occasion
          '20': I-occasion
          '21': B-origin
          '22': I-origin
          '23': B-price
          '24': I-price
          '25': B-product_name
          '26': I-product_name
          '27': B-product_number
          '28': I-product_number
          '29': B-quantity
          '30': I-quantity
          '31': B-shape
          '32': I-shape
          '33': B-time
          '34': I-time
  splits:
  - name: train
    num_bytes: 553523
    num_examples: 7841
  - name: test
    num_bytes: 70308
    num_examples: 993
  - name: validation
    num_bytes: 61109
    num_examples: 871
  download_size: 242711
  dataset_size: 684940
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---