File size: 931 Bytes
01a6a15
 
35aab3f
 
 
 
 
 
 
 
e7ca3e9
 
5dba7ac
 
 
 
e7ca3e9
 
5dba7ac
 
 
 
e7ca3e9
35aab3f
 
5dba7ac
 
a45bce3
5dba7ac
 
a45bce3
5dba7ac
a45bce3
5dba7ac
 
35aab3f
 
 
 
 
a45bce3
 
 
 
01a6a15
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
---

license: mit
dataset_info:
  features:
  - name: words
    sequence: string
  - name: ner
    sequence:
      class_label:
        names:
          '0': O
          '1': B-INGREDIENT
          '2': I-INGREDIENT
          '3': B-QUANTITY
          '4': B-UNIT
          '5': B-PACKAGE
          '6': B-ATTRIBUTE
          '7': I-ATTRIBUTE
          '8': I-UNIT
          '9': B-BRAND
          '10': I-BRAND
          '11': I-QUANTITY
          '12': I-PACKAGE
  splits:
  - name: train
    num_bytes: 2337300
    num_examples: 6231
  - name: validation
    num_bytes: 292592
    num_examples: 779
  - name: test
    num_bytes: 295518
    num_examples: 779
  download_size: 368993
  dataset_size: 2925410
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---