File size: 802 Bytes
dced85f 7593dad dced85f |
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 42 43 44 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: int32
- name: game
dtype: string
- name: half
dtype: int32
- name: start
dtype: float32
- name: end
dtype: float32
- name: text
dtype: string
- name: 付加的情報か
dtype:
class_label:
names:
'0': '1'
'1': '0'
splits:
- name: train
- name: validation
- name: test
download_size: 5385
dataset_size: 0
language:
- en
tags:
- sy
---
# Dataset Card for "scbi"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |