File size: 659 Bytes
31c18d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
configs:
- config_name: default
  data_files:
  - split: eval
    path: data/eval-*
dataset_info:
  features:
  - name: instructions
    dtype: string
  - name: target_responses
    dtype: string
  - name: candidate_responses
    dtype: string
  - name: eval_prompts
    dtype: string
  - name: similarity_scores
    dtype: int64
  - name: precision_scores
    dtype: int64
  splits:
  - name: eval
    num_bytes: 70744
    num_examples: 16
  download_size: 62215
  dataset_size: 70744
---
# Dataset Card for "eval_test99"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)