format incorrect
Browse files
README.md
CHANGED
@@ -1,8 +1,3 @@
|
|
1 |
-
this is a parse down of the esoteric categories in dolly 15k dataset
|
2 |
-
the size is intentional for processing here on the hub
|
3 |
-
|
4 |
-
.::modification of the databricks 15k dataset for on hub processing::.
|
5 |
-
|
6 |
---
|
7 |
license: mit
|
8 |
dataset_info:
|
@@ -19,9 +14,13 @@ dataset_info:
|
|
19 |
dtype: int64
|
20 |
splits:
|
21 |
- name: train
|
22 |
-
|
23 |
-
|
24 |
-
download_size: 2447514
|
25 |
-
dataset_size: 3853338
|
26 |
---
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
dataset_info:
|
|
|
14 |
dtype: int64
|
15 |
splits:
|
16 |
- name: train
|
17 |
+
- num_bytes: 3853338
|
18 |
+
- num_examples: 3663
|
19 |
+
- download_size: 2447514
|
20 |
+
- dataset_size: 3853338
|
21 |
---
|
22 |
|
23 |
+
this is a parse down of the esoteric categories in dolly 15k dataset
|
24 |
+
the size is intentional for processing here on the hub
|
25 |
+
|
26 |
+
.::modification of the databricks 15k dataset for on hub processing::.
|