File size: 1,175 Bytes
60ec08e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: response_accepted
    dtype: string
  - name: response_rejected
    dtype: string
  - name: instruction_perplexity_kenlm
    dtype: int64
  - name: chosen_response_perplexity_kenlm
    dtype: int64
  - name: rejected_response_perplexity_kenlm
    dtype: int64
  - name: combined_perplexity_dpo
    dtype: int64
  - name: combined_perplexity_sft
    dtype: int64
  - name: instruction_lang
    dtype: string
  - name: instruction_lang_proba
    dtype: float64
  - name: chosen_response_lang
    dtype: string
  - name: chosen_response_lang_proba
    dtype: float64
  - name: rejected_response_lang
    dtype: string
  - name: rejected_response_lang_proba
    dtype: float64
  - name: perplexity_instruction_len_ratio
    dtype: float64
  - name: perplexity_response_len_ratio
    dtype: float64
  - name: dataset_source
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 11944407
    num_examples: 4402
  download_size: 7055078
  dataset_size: 11944407
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---