bjoernp commited on
Commit
ce4e8f0
1 Parent(s): 78b0116

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: ind
12
+ dtype: int64
13
+ - name: activity_label
14
+ dtype: string
15
+ - name: ctx_a
16
+ dtype: string
17
+ - name: ctx_b
18
+ dtype: string
19
+ - name: ctx
20
+ dtype: string
21
+ - name: endings
22
+ sequence: string
23
+ - name: source_id
24
+ dtype: string
25
+ - name: split
26
+ dtype: string
27
+ - name: split_type
28
+ dtype: string
29
+ - name: label
30
+ dtype: string
31
+ - name: activity_label_de
32
+ dtype: string
33
+ - name: ctx_de
34
+ dtype: string
35
+ - name: endings_de
36
+ sequence: string
37
+ - name: translation_de
38
+ dtype: string
39
+ splits:
40
+ - name: train
41
+ num_bytes: 1590327
42
+ num_examples: 1000
43
+ - name: validation
44
+ num_bytes: 30348925
45
+ num_examples: 10042
46
+ download_size: 17898539
47
+ dataset_size: 31939252
48
+ ---
49
+ # Dataset Card for "hellaswag_de"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)