jacksee commited on
Commit
04bdf8d
·
1 Parent(s): 6e0c864

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: '{''do_sample''=False, ''beams''=1}'
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: prediction
8
+ dtype: string
9
+ - name: bool_accuracy
10
+ dtype: bool
11
+ splits:
12
+ - name: train
13
+ num_bytes: 11410
14
+ num_examples: 299
15
+ download_size: 9803
16
+ dataset_size: 11410
17
+ configs:
18
+ - config_name: '{''do_sample''=False, ''beams''=1}'
19
+ data_files:
20
+ - split: train
21
+ path: '{''do_sample''=False, ''beams''=1}/train-*'
22
+ ---
23
+ # Dataset Card for "llama2_7b-arc_hard-results_playing"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)