Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: prompt
|
6 |
+
dtype: string
|
7 |
+
- name: response
|
8 |
+
dtype: string
|
9 |
+
- name: source
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 162490682.0
|
14 |
+
num_examples: 155270
|
15 |
+
- name: test
|
16 |
+
num_bytes: 8773391.0
|
17 |
+
num_examples: 8336
|
18 |
+
download_size: 82339171
|
19 |
+
dataset_size: 171264073.0
|
20 |
---
|