Upload dataset
Browse files
README.md
CHANGED
|
@@ -78,6 +78,60 @@ dataset_info:
|
|
| 78 |
num_examples: 150
|
| 79 |
download_size: 144774
|
| 80 |
dataset_size: 305848
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
- config_name: language
|
| 82 |
features:
|
| 83 |
- name: question_id
|
|
@@ -167,6 +221,10 @@ configs:
|
|
| 167 |
data_files:
|
| 168 |
- split: test
|
| 169 |
path: data_analysis/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
- config_name: language
|
| 171 |
data_files:
|
| 172 |
- split: test
|
|
|
|
| 78 |
num_examples: 150
|
| 79 |
download_size: 144774
|
| 80 |
dataset_size: 305848
|
| 81 |
+
- config_name: instruction_following
|
| 82 |
+
features:
|
| 83 |
+
- name: question_id
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: task
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: turns
|
| 88 |
+
sequence: string
|
| 89 |
+
- name: category
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: instruction_id_list
|
| 92 |
+
sequence: string
|
| 93 |
+
- name: kwargs
|
| 94 |
+
list:
|
| 95 |
+
- name: num_sentences
|
| 96 |
+
dtype: int64
|
| 97 |
+
- name: relation
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: section_spliter
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: num_sections
|
| 102 |
+
dtype: int64
|
| 103 |
+
- name: keywords
|
| 104 |
+
sequence: string
|
| 105 |
+
- name: num_words
|
| 106 |
+
dtype: int64
|
| 107 |
+
- name: num_bullets
|
| 108 |
+
dtype: int64
|
| 109 |
+
- name: forbidden_words
|
| 110 |
+
sequence: string
|
| 111 |
+
- name: end_phrase
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: num_paragraphs
|
| 114 |
+
dtype: int64
|
| 115 |
+
- name: nth_paragraph
|
| 116 |
+
dtype: int64
|
| 117 |
+
- name: first_word
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: postscript_marker
|
| 120 |
+
dtype: string
|
| 121 |
+
- name: prompt_to_repeat
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: task_prompt
|
| 124 |
+
dtype: string
|
| 125 |
+
- name: livebench_release_date
|
| 126 |
+
dtype: timestamp[s]
|
| 127 |
+
- name: livebench_removal_date
|
| 128 |
+
dtype: string
|
| 129 |
+
splits:
|
| 130 |
+
- name: test
|
| 131 |
+
num_bytes: 477915
|
| 132 |
+
num_examples: 200
|
| 133 |
+
download_size: 268409
|
| 134 |
+
dataset_size: 477915
|
| 135 |
- config_name: language
|
| 136 |
features:
|
| 137 |
- name: question_id
|
|
|
|
| 221 |
data_files:
|
| 222 |
- split: test
|
| 223 |
path: data_analysis/test-*
|
| 224 |
+
- config_name: instruction_following
|
| 225 |
+
data_files:
|
| 226 |
+
- split: test
|
| 227 |
+
path: instruction_following/test-*
|
| 228 |
- config_name: language
|
| 229 |
data_files:
|
| 230 |
- split: test
|
instruction_following/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8545679a914c1dbb23d9b965476e1211452b9e60c19a105dd2881de1b8d5733
|
| 3 |
+
size 268409
|