File size: 759 Bytes
200008d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: conversation_hash
    dtype: string
  - name: model
    dtype: string
  - name: dataset
    list: string
  - name: ground_truth
    list: string
  - name: predicted_label
    dtype: string
  - name: custom_id
    dtype: string
  - name: original_dataset
    dtype: string
  - name: dataset_source
    dtype: string
  - name: input_ids_prompt
    list: int64
  - name: input_ids
    list: int32
  - name: attention_mask
    list: int8
  - name: labels
    list: int64
  - name: prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 126731828
    num_examples: 12841
  download_size: 32951909
  dataset_size: 126731828
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---