File size: 718 Bytes
ac0537f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
885d724
 
 
5669e6d
 
ac0537f
 
5669e6d
 
 
 
ac0537f
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    sequence: string
  - name: tokenized_text
    sequence:
      sequence: string
  - name: model_name
    dtype: string
  - name: instruction
    dtype: string
  - name: ents
    list:
      list:
      - name: head
        sequence: string
      - name: tail
        sequence: string
  - name: generation
    sequence: string
  - name: ner
    sequence:
      sequence: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 877097759
    num_examples: 28213
  download_size: 121534084
  dataset_size: 877097759
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---