SihyunPark
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
- config_name: bi_broadcast
|
4 |
+
features:
|
5 |
+
- name: instruction
|
6 |
+
dtype: string
|
7 |
+
- name: input
|
8 |
+
dtype: string
|
9 |
+
- name: output
|
10 |
+
dtype: string
|
11 |
+
- name: title
|
12 |
+
dtype: string
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
- config_name: bi_colloquial
|
16 |
+
features:
|
17 |
+
- name: instruction
|
18 |
+
dtype: string
|
19 |
+
- name: input
|
20 |
+
dtype: string
|
21 |
+
- name: output
|
22 |
+
dtype: string
|
23 |
+
- name: title
|
24 |
+
dtype: string
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
- config_name: bi_industry_info
|
28 |
+
features:
|
29 |
+
- name: instruction
|
30 |
+
dtype: string
|
31 |
+
- name: input
|
32 |
+
dtype: string
|
33 |
+
- name: output
|
34 |
+
dtype: string
|
35 |
+
- name: title
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
- config_name: multi_basic_science
|
40 |
+
features:
|
41 |
+
- name: instruction
|
42 |
+
dtype: string
|
43 |
+
- name: input
|
44 |
+
dtype: string
|
45 |
+
- name: output
|
46 |
+
dtype: string
|
47 |
+
- name: title
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
- config_name: multi_humanities
|
52 |
+
features:
|
53 |
+
- name: instruction
|
54 |
+
dtype: string
|
55 |
+
- name: input
|
56 |
+
dtype: string
|
57 |
+
- name: output
|
58 |
+
dtype: string
|
59 |
+
- name: title
|
60 |
+
dtype: string
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
- config_name: multi_utterance_type
|
64 |
+
features:
|
65 |
+
- name: instruction
|
66 |
+
dtype: string
|
67 |
+
- name: input
|
68 |
+
dtype: string
|
69 |
+
- name: output
|
70 |
+
dtype: string
|
71 |
+
- name: title
|
72 |
+
dtype: string
|
73 |
+
splits:
|
74 |
+
- name: train
|
75 |
+
configs:
|
76 |
+
- config_name: bi_broadcast
|
77 |
+
data_files:
|
78 |
+
- split: train
|
79 |
+
path: bi_broadcast/*
|
80 |
+
- config_name: bi_colloquial
|
81 |
+
data_files:
|
82 |
+
- split: train
|
83 |
+
path: bi_colloquial/*
|
84 |
+
- config_name: bi_industry_info
|
85 |
+
data_files:
|
86 |
+
- split: train
|
87 |
+
path: bi_industry_info/*
|
88 |
+
- config_name: multi_basic_science
|
89 |
+
data_files:
|
90 |
+
- split: train
|
91 |
+
path: multi_basic_science/*
|
92 |
+
- config_name: multi_humanities
|
93 |
+
data_files:
|
94 |
+
- split: train
|
95 |
+
path: multi_humanities/*
|
96 |
+
- config_name: multi_utterance_type
|
97 |
+
data_files:
|
98 |
+
- split: train
|
99 |
+
path: multi_utterance_type/*
|
100 |
+
---
|