File size: 685 Bytes
82c6dc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d4859f1
 
82c6dc8
d4859f1
 
82c6dc8
d4859f1
 
 
 
82c6dc8
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: tokens
    list: string
  - name: ner_tags
    list: string
  - name: tag_names
    list: string
  - name: tag_indices
    list: int64
  - name: label_split
    dtype: string
  splits:
  - name: train
    num_bytes: 618051838
    num_examples: 900384
  - name: test
    num_bytes: 76506359
    num_examples: 108378
  - name: validation
    num_bytes: 78790947
    num_examples: 112494
  download_size: 96020887
  dataset_size: 773349144
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---