sudocoder commited on
Commit
f60a027
·
1 Parent(s): 7d8010b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: question
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: input_ids
11
+ sequence: int32
12
+ - name: attention_mask
13
+ sequence: int8
14
+ - name: labels
15
+ sequence: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 130870.8
19
+ num_examples: 126
20
+ - name: test
21
+ num_bytes: 14541.2
22
+ num_examples: 14
23
+ download_size: 52109
24
+ dataset_size: 145412.0
25
+ ---
26
+ # Dataset Card for "bts"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)