Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: prompt
|
12 |
+
dtype: string
|
13 |
+
- name: completion
|
14 |
+
dtype: string
|
15 |
+
- name: text
|
16 |
+
dtype: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 13229136.39074139
|
20 |
+
num_examples: 18002
|
21 |
+
- name: test
|
22 |
+
num_bytes: 1470475.6092586112
|
23 |
+
num_examples: 2001
|
24 |
+
download_size: 3683814
|
25 |
+
dataset_size: 14699612.0
|
26 |
+
---
|
27 |
+
# Dataset Card for "MixAtis_for_DecoderOnly_90-10_split"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|