File size: 2,175 Bytes
903b6d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
dataset_info:
  features:
  - name: key
    dtype: string
  - name: prompt
    dtype: string
  - name: instruction_id_list
    sequence: string
  - name: kwargs
    list:
    - name: N
      dtype: float64
    - name: capital_frequency
      dtype: 'null'
    - name: capital_relation
      dtype: 'null'
    - name: end_phrase
      dtype: 'null'
    - name: first_word
      dtype: 'null'
    - name: forbidden_words
      dtype: 'null'
    - name: frequency
      dtype: 'null'
    - name: keyword
      dtype: string
    - name: keyword1
      dtype: string
    - name: keyword2
      dtype: string
    - name: keyword3
      dtype: string
    - name: keyword4
      dtype: string
    - name: keyword5
      dtype: string
    - name: keywords
      dtype: 'null'
    - name: language
      dtype: 'null'
    - name: let_frequency
      dtype: 'null'
    - name: let_relation
      dtype: 'null'
    - name: letter
      dtype: 'null'
    - name: m
      dtype: int64
    - name: max_words
      dtype: float64
    - name: min_words
      dtype: float64
    - name: n
      dtype: int64
    - name: n_end
      dtype: int64
    - name: n_start
      dtype: int64
    - name: nth_paragraph
      dtype: 'null'
    - name: num_bullets
      dtype: 'null'
    - name: num_highlights
      dtype: 'null'
    - name: num_paragraphs
      dtype: 'null'
    - name: num_placeholders
      dtype: 'null'
    - name: num_sections
      dtype: 'null'
    - name: num_sentences
      dtype: 'null'
    - name: num_words
      dtype: 'null'
    - name: options
      dtype: string
    - name: percentage
      dtype: float64
    - name: postscript_marker
      dtype: 'null'
    - name: prompt_to_repeat
      dtype: string
    - name: reference_text
      dtype: string
    - name: relation
      dtype: 'null'
    - name: section_spliter
      dtype: 'null'
    - name: sep
      dtype: string
    - name: small_n
      dtype: float64
    - name: word
      dtype: string
  splits:
  - name: train
    num_bytes: 167999
    num_examples: 294
  download_size: 95004
  dataset_size: 167999
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---