Upload dataset
Browse files- README.md +62 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,65 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: data_source
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: prompt
|
| 8 |
+
list:
|
| 9 |
+
- name: content
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: role
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: ability
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: reward_model
|
| 16 |
+
struct:
|
| 17 |
+
- name: ground_truth
|
| 18 |
+
struct:
|
| 19 |
+
- name: target
|
| 20 |
+
sequence: string
|
| 21 |
+
- name: style
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: extra_info
|
| 24 |
+
struct:
|
| 25 |
+
- name: index
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: interaction_kwargs
|
| 28 |
+
struct:
|
| 29 |
+
- name: full_context
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: ground_truth
|
| 32 |
+
sequence: string
|
| 33 |
+
- name: name
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: question
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: sub_queries
|
| 38 |
+
sequence: string
|
| 39 |
+
- name: supporting_context
|
| 40 |
+
sequence: string
|
| 41 |
+
- name: need_tools_kwargs
|
| 42 |
+
dtype: bool
|
| 43 |
+
- name: question
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: split
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: metadata
|
| 48 |
+
dtype: 'null'
|
| 49 |
+
splits:
|
| 50 |
+
- name: train
|
| 51 |
+
num_bytes: 171750269
|
| 52 |
+
num_examples: 39876
|
| 53 |
+
- name: validation
|
| 54 |
+
num_bytes: 22191022
|
| 55 |
+
num_examples: 4834
|
| 56 |
+
download_size: 53843958
|
| 57 |
+
dataset_size: 193941291
|
| 58 |
+
configs:
|
| 59 |
+
- config_name: default
|
| 60 |
+
data_files:
|
| 61 |
+
- split: train
|
| 62 |
+
path: data/train-*
|
| 63 |
+
- split: validation
|
| 64 |
+
path: data/validation-*
|
| 65 |
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea223055e99c6a3efd204e0fb6460f02b05f88b4002983e4c8f00729cd55ce5e
|
| 3 |
+
size 47188414
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62075cfe4a887816c96a6a003a05d2408b2740065e05b89e597a3d70fb97217b
|
| 3 |
+
size 6655544
|