zaemon commited on
Commit
dced85f
·
verified ·
1 Parent(s): ea32141

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: int32
15
+ - name: game
16
+ dtype: string
17
+ - name: half
18
+ dtype: int32
19
+ - name: start
20
+ dtype: float32
21
+ - name: end
22
+ dtype: float32
23
+ - name: text
24
+ dtype: string
25
+ - name: 付加的情報か
26
+ dtype:
27
+ class_label:
28
+ names:
29
+ '0': '1'
30
+ '1': '0'
31
+ splits:
32
+ - name: train
33
+ - name: validation
34
+ - name: test
35
+ download_size: 5385
36
+ dataset_size: 0
37
+ ---
38
+ # Dataset Card for "scbi"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)