Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Vietnamese
Size:
< 1K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,18 +14,18 @@ configs:
|
|
14 |
path: data/train-*
|
15 |
dataset_info:
|
16 |
features:
|
17 |
-
- name: output
|
18 |
-
dtype: string
|
19 |
-
- name: instruction
|
20 |
-
dtype: string
|
21 |
- name: input
|
22 |
dtype: string
|
|
|
|
|
|
|
|
|
23 |
- name: text
|
24 |
dtype: string
|
25 |
splits:
|
26 |
- name: train
|
27 |
-
num_bytes:
|
28 |
-
num_examples:
|
29 |
-
download_size:
|
30 |
-
dataset_size:
|
31 |
-
---
|
|
|
14 |
path: data/train-*
|
15 |
dataset_info:
|
16 |
features:
|
|
|
|
|
|
|
|
|
17 |
- name: input
|
18 |
dtype: string
|
19 |
+
- name: output
|
20 |
+
dtype: string
|
21 |
+
- name: context
|
22 |
+
dtype: float64
|
23 |
- name: text
|
24 |
dtype: string
|
25 |
splits:
|
26 |
- name: train
|
27 |
+
num_bytes: 148717
|
28 |
+
num_examples: 390
|
29 |
+
download_size: 44446
|
30 |
+
dataset_size: 148717
|
31 |
+
---
|