sam2ai commited on
Commit
e9c837f
1 Parent(s): e2a4f88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: story_id
10
+ dtype: string
11
+ - name: input_sentence_1
12
+ dtype: string
13
+ - name: input_sentence_2
14
+ dtype: string
15
+ - name: input_sentence_3
16
+ dtype: string
17
+ - name: input_sentence_4
18
+ dtype: string
19
+ - name: sentence_quiz1
20
+ dtype: string
21
+ - name: sentence_quiz2
22
+ dtype: string
23
+ - name: answer_right_ending
24
+ dtype: int32
25
+ splits:
26
+ - name: train
27
+ num_bytes: 38555.694444444445
28
+ num_examples: 50
29
+ download_size: 27977
30
+ dataset_size: 38555.694444444445
31
+ ---
32
+ # Dataset Card for "hindi_story_cloze"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)