jacksee commited on
Commit
8bdb9a9
·
1 Parent(s): 437b67b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: request
7
+ dtype: string
8
+ - name: response
9
+ dtype: string
10
+ - name: input_perplexity
11
+ dtype: float64
12
+ - name: input_likelihood
13
+ dtype: float64
14
+ - name: output_perplexity
15
+ dtype: float64
16
+ - name: output_likelihood
17
+ dtype: float64
18
+ splits:
19
+ - name: validation
20
+ num_bytes: 133089
21
+ num_examples: 299
22
+ download_size: 70389
23
+ dataset_size: 133089
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: validation
28
+ path: data/validation-*
29
+ ---
30
+ # Dataset Card for "llama2_7b-arc_hard"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)