khyati-mahajan
commited on
Commit
•
60830a5
1
Parent(s):
3dc190c
Adding dataset_info about sample
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
- config_name: sample
|
5 |
+
features:
|
6 |
+
- name: id
|
7 |
+
dtype: int32
|
8 |
+
- name: task_evol_type
|
9 |
+
dtype: string
|
10 |
+
- name: task_evol_prompt
|
11 |
+
dtype: string
|
12 |
+
- name: seed_prompt
|
13 |
+
dtype: string
|
14 |
+
- name: output_assistant_reply
|
15 |
+
dtype: string
|
16 |
+
- name: evolved_user_prompt
|
17 |
+
dtype: string
|
18 |
+
- name: multiturn_evol_type
|
19 |
+
dtype: string
|
20 |
+
- name: multiturn_evol_prompt
|
21 |
+
dtype: string
|
22 |
+
- name: no_of_turns
|
23 |
+
dtype: int32
|
24 |
+
- name: language
|
25 |
+
dtype: string
|
26 |
+
- name: task
|
27 |
+
dtype: string
|
28 |
+
- name: conversation
|
29 |
+
struct:
|
30 |
+
- name: role
|
31 |
+
dtype: string
|
32 |
+
- name: content
|
33 |
+
dtype: string
|
34 |
+
---
|