File size: 289 Bytes
b9d708e 0091c90 b9d708e 0091c90 b9d708e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
dataset_info:
features:
- name: sequence
dtype: string
- name: class
dtype: string
- name: type
dtype: string
- name: init_seq
dtype: string
configs:
- config_name: default
data_files:
- split: train
path: train/*
- split: test
path: test/*
---
|