File size: 1,458 Bytes
71b3c73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6b8e9cf
71b3c73
 
6b8e9cf
71b3c73
6b8e9cf
 
71b3c73
 
 
 
 
 
 
 
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
dataset_info:
  features:
  - name: cycle
    dtype: int64
  - name: temperature
    dtype: float64
  - name: top_p
    dtype: float64
  - name: raw_generated_text
    dtype: string
  - name: extracted_output
    dtype: string
  - name: applied_template_text
    dtype: string
  - name: rouge_scores_text
    dtype: string
  - name: rouge_scores_triple
    dtype: string
  - name: rouge_l_fmeasure_text
    dtype: string
  - name: rouge_l_fmeasure_triple
    dtype: float64
  - name: emb_similarity_text
    dtype: string
  - name: emb_similarity_triple
    dtype: float64
  - name: combined_similarity_triple
    dtype: float64
  - name: combined_similarity_text
    dtype: string
  - name: combined_similarity_triple_diff
    dtype: float64
  - name: input_text
    dtype: string
  - name: initial_text
    dtype: string
  - name: source_file
    dtype: string
  - name: input_text_clean
    dtype: string
  - name: user_content
    dtype: string
  - name: assistant_output
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 13691684
    num_examples: 1950
  - name: test
    num_bytes: 349248
    num_examples: 50
  download_size: 5889395
  dataset_size: 14040932
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---