Upload dataset
Browse files- README.md +50 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: question
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: metadata
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: task_source
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: formatted_prompt
|
| 11 |
+
list:
|
| 12 |
+
- name: content
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: role
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: responses_by_sample
|
| 17 |
+
list:
|
| 18 |
+
list: string
|
| 19 |
+
- name: tokens_by_sample
|
| 20 |
+
list: int64
|
| 21 |
+
- name: num_rounds_by_sample
|
| 22 |
+
list: int64
|
| 23 |
+
- name: continuation_prompts_by_sample
|
| 24 |
+
list:
|
| 25 |
+
list: 'null'
|
| 26 |
+
- name: continuation_text_by_sample
|
| 27 |
+
list:
|
| 28 |
+
list: 'null'
|
| 29 |
+
- name: strategy_type
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: termination_reason_by_sample
|
| 32 |
+
list: string
|
| 33 |
+
- name: correct_round_by_sample
|
| 34 |
+
list: int64
|
| 35 |
+
- name: smart_termination_enabled
|
| 36 |
+
dtype: bool
|
| 37 |
+
- name: retry_count_by_sample
|
| 38 |
+
list: int64
|
| 39 |
+
splits:
|
| 40 |
+
- name: train
|
| 41 |
+
num_bytes: 9238
|
| 42 |
+
num_examples: 5
|
| 43 |
+
download_size: 15196
|
| 44 |
+
dataset_size: 9238
|
| 45 |
+
configs:
|
| 46 |
+
- config_name: default
|
| 47 |
+
data_files:
|
| 48 |
+
- split: train
|
| 49 |
+
path: data/train-*
|
| 50 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4051c8768a1c04f2e23352dfe13509d523c56c1b22c57498cf1124ef3bf0518
|
| 3 |
+
size 15196
|