Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Tamil
Size:
10K - 100K
License:
Commit
·
9c5a66d
1
Parent(s):
3949de1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: instruction
|
6 |
+
dtype: string
|
7 |
+
- name: context
|
8 |
+
dtype: string
|
9 |
+
- name: response
|
10 |
+
dtype: string
|
11 |
+
- name: category
|
12 |
+
dtype: string
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 35396494
|
16 |
+
num_examples: 15012
|
17 |
+
download_size: 12881336
|
18 |
+
dataset_size: 35396494
|
19 |
+
configs:
|
20 |
+
- config_name: default
|
21 |
+
data_files:
|
22 |
+
- split: train
|
23 |
+
path: data/train-*
|
24 |
---
|