Tran Hoai Chau
commited on
Commit
•
95f09c5
1
Parent(s):
2850c99
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: title
|
9 |
+
dtype: string
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: category
|
13 |
+
dtype: string
|
14 |
+
- name: is_long_answer
|
15 |
+
dtype: bool
|
16 |
+
- name: short_candidate_start
|
17 |
+
dtype: float64
|
18 |
+
- name: short_candidate
|
19 |
+
dtype: string
|
20 |
+
- name: answer
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 5775854
|
25 |
+
num_examples: 16685
|
26 |
+
- name: test
|
27 |
+
num_bytes: 1450769
|
28 |
+
num_examples: 4172
|
29 |
+
download_size: 4221938
|
30 |
+
dataset_size: 7226623
|
31 |
+
---
|
32 |
+
# Dataset Card for "vietnamese-qa-segmented"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|