Adding config info
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
dataset_info:
|
4 |
-
- config_name:
|
5 |
features:
|
6 |
- name: id
|
7 |
dtype: int32
|
@@ -31,6 +31,79 @@ dataset_info:
|
|
31 |
dtype: string
|
32 |
- name: content
|
33 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
language:
|
35 |
- zh
|
36 |
- ne
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
dataset_info:
|
4 |
+
- config_name: seed_data
|
5 |
features:
|
6 |
- name: id
|
7 |
dtype: int32
|
|
|
31 |
dtype: string
|
32 |
- name: content
|
33 |
dtype: string
|
34 |
+
- config_name: seed_evol_data
|
35 |
+
features:
|
36 |
+
- name: id
|
37 |
+
dtype: int32
|
38 |
+
- name: task_evol_type
|
39 |
+
dtype: string
|
40 |
+
- name: task_evol_prompt
|
41 |
+
dtype: string
|
42 |
+
- name: seed_prompt
|
43 |
+
dtype: string
|
44 |
+
- name: output_assistant_reply
|
45 |
+
dtype: string
|
46 |
+
- name: evolved_user_prompt
|
47 |
+
dtype: string
|
48 |
+
- name: multiturn_evol_type
|
49 |
+
dtype: string
|
50 |
+
- name: multiturn_evol_prompt
|
51 |
+
dtype: string
|
52 |
+
- name: no_of_turns
|
53 |
+
dtype: int32
|
54 |
+
- name: language
|
55 |
+
dtype: string
|
56 |
+
- name: task
|
57 |
+
dtype: string
|
58 |
+
- name: conversation
|
59 |
+
struct:
|
60 |
+
- name: role
|
61 |
+
dtype: string
|
62 |
+
- name: content
|
63 |
+
dtype: string
|
64 |
+
- config_name: full_data
|
65 |
+
features:
|
66 |
+
- name: id
|
67 |
+
dtype: int32
|
68 |
+
- name: task_evol_type
|
69 |
+
dtype: string
|
70 |
+
- name: task_evol_prompt
|
71 |
+
dtype: string
|
72 |
+
- name: seed_prompt
|
73 |
+
dtype: string
|
74 |
+
- name: output_assistant_reply
|
75 |
+
dtype: string
|
76 |
+
- name: evolved_user_prompt
|
77 |
+
dtype: string
|
78 |
+
- name: multiturn_evol_type
|
79 |
+
dtype: string
|
80 |
+
- name: multiturn_evol_prompt
|
81 |
+
dtype: string
|
82 |
+
- name: no_of_turns
|
83 |
+
dtype: int32
|
84 |
+
- name: language
|
85 |
+
dtype: string
|
86 |
+
- name: task
|
87 |
+
dtype: string
|
88 |
+
- name: conversation
|
89 |
+
struct:
|
90 |
+
- name: role
|
91 |
+
dtype: string
|
92 |
+
- name: content
|
93 |
+
dtype: string
|
94 |
+
configs:
|
95 |
+
- config_name: seed_data
|
96 |
+
data_files:
|
97 |
+
- split: train
|
98 |
+
path: seed_data/*
|
99 |
+
- config_name: seed_evol_data
|
100 |
+
data_files:
|
101 |
+
- split: train
|
102 |
+
path: seed_evol_data/*
|
103 |
+
- config_name: full_data
|
104 |
+
data_files:
|
105 |
+
- split: train
|
106 |
+
path: full_data/*
|
107 |
language:
|
108 |
- zh
|
109 |
- ne
|