ThalesR commited on
Commit
b1ad0a9
1 Parent(s): eee37dd

Upload README.md with huggingface_hub

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