Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: prompt
|
5 |
+
dtype: string
|
6 |
+
- name: response
|
7 |
+
dtype: string
|
8 |
+
splits:
|
9 |
+
- name: test
|
10 |
+
- name: validation
|
11 |
+
- name: train
|
12 |
+
task_categories:
|
13 |
+
- inference
|
14 |
+
language:
|
15 |
+
- vi
|
16 |
+
tags:
|
17 |
+
- LM
|
18 |
+
size_categories:
|
19 |
+
- 10K<n<100K
|
20 |
+
---
|
21 |
+
# Mtet
|
22 |
+
- Num examples:
|
23 |
+
- 5,010 (test)
|
24 |
+
- 2,490 (validation)
|
25 |
+
- 392,702 (train)
|
26 |
+
- Language: English, Vietnamese
|