File size: 645 Bytes
4a33f03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: labels
    list:
    - name: start
      dtype: int64
    - name: end
      dtype: int64
    - name: label
      dtype: string
  - name: comments
    list: string
  - name: sentences_with_labels
    dtype: string
  splits:
  - name: gold_standard
    num_bytes: 229330
    num_examples: 200
  - name: non_annotated
    num_bytes: 5765928
    num_examples: 9545
  download_size: 3616398
  dataset_size: 5995258
configs:
- config_name: default
  data_files:
  - split: gold_standard
    path: data/gold_standard-*
  - split: non_annotated
    path: data/non_annotated-*
---