File size: 1,120 Bytes
d7687b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-BATTERY
          '2': I-BATTERY
          '3': B-CAMERA
          '4': I-CAMERA
          '5': B-GENERAL
          '6': I-GENERAL
          '7': B-SER&ACC
          '8': I-SER&ACC
          '9': B-PERFORMANCE
          '10': I-PERFORMANCE
          '11': B-DESIGN
          '12': I-DESIGN
          '13': B-FEATURES
          '14': I-FEATURES
          '15': B-PRICE
          '16': I-PRICE
          '17': B-SCREEN
          '18': I-SCREEN
          '19': B-STORAGE
          '20': I-STORAGE
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 4974189
    num_examples: 7785
  - name: validation
    num_bytes: 704490
    num_examples: 1112
  - name: test
    num_bytes: 1435152
    num_examples: 2225
  download_size: 1271465
  dataset_size: 7113831
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---