giulio98 commited on
Commit
8b2ee23
·
verified ·
1 Parent(s): 3aad125

Upload dataset

Browse files
Files changed (2) hide show
  1. 0shot/test-00000-of-00001.parquet +3 -0
  2. README.md +48 -0
0shot/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1627fc93e003b7ef92703f956d16ad268ccfc71619c7ab75aaf317172c119744
3
+ size 161656234
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 0shot
4
+ features:
5
+ - name: _id
6
+ dtype: string
7
+ - name: domain
8
+ dtype: string
9
+ - name: sub_domain
10
+ dtype: string
11
+ - name: difficulty
12
+ dtype: string
13
+ - name: length
14
+ dtype: string
15
+ - name: question
16
+ dtype: string
17
+ - name: choice_A
18
+ dtype: string
19
+ - name: choice_B
20
+ dtype: string
21
+ - name: choice_C
22
+ dtype: string
23
+ - name: choice_D
24
+ dtype: string
25
+ - name: answer
26
+ dtype: string
27
+ - name: context
28
+ dtype: string
29
+ - name: answer_prefix
30
+ dtype: string
31
+ - name: task
32
+ dtype: string
33
+ - name: max_new_tokens
34
+ dtype: int64
35
+ - name: task_description
36
+ dtype: string
37
+ splits:
38
+ - name: test
39
+ num_bytes: 446989917
40
+ num_examples: 503
41
+ download_size: 161656234
42
+ dataset_size: 446989917
43
+ configs:
44
+ - config_name: 0shot
45
+ data_files:
46
+ - split: test
47
+ path: 0shot/test-*
48
+ ---