bjoernp commited on
Commit
0c9f62e
1 Parent(s): 95fc84d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: id
12
+ dtype: string
13
+ - name: question
14
+ dtype: string
15
+ - name: choices
16
+ struct:
17
+ - name: text
18
+ sequence: string
19
+ - name: label
20
+ sequence: string
21
+ - name: answerKey
22
+ dtype: string
23
+ - name: question_de
24
+ dtype: string
25
+ - name: choices_de
26
+ struct:
27
+ - name: label
28
+ sequence: string
29
+ - name: text
30
+ sequence: string
31
+ - name: translation_de
32
+ dtype: string
33
+ splits:
34
+ - name: test
35
+ num_bytes: 1044535
36
+ num_examples: 1172
37
+ - name: validation
38
+ num_bytes: 267072
39
+ num_examples: 299
40
+ download_size: 696312
41
+ dataset_size: 1311607
42
+ ---
43
+ # Dataset Card for "arc_challenge_de"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)