File size: 630 Bytes
44f1747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8083932
 
44f1747
 
 
 
8083932
 
 
44f1747
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sentence
    dtype: string
  - name: entities
    list:
    - name: offsets
      sequence: int64
    - name: text
      dtype: string
    - name: type
      dtype: string
  splits:
  - name: train
    num_bytes: 116698
    num_examples: 632
  - name: validation
    num_bytes: 17199
    num_examples: 101
  - name: test
    num_bytes: 138978
    num_examples: 738
  download_size: 165359
  dataset_size: 272875
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---