File size: 435 Bytes
bbcde50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: example_id
    dtype: int64
  - name: input
    dtype: string
  - name: gold_output
    dtype: string
  - name: model_output
    dtype: string
  - name: well_formed_xml
    dtype: bool
  splits:
  - name: train
    num_bytes: 1559881
    num_examples: 1000
  download_size: 684799
  dataset_size: 1559881
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---