Sakshamrzt
commited on
Commit
•
6e553df
1
Parent(s):
6aef42a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
dataset_info:
|
4 |
+
- config_name: train
|
5 |
+
features:
|
6 |
+
- name: news
|
7 |
+
dtype: string
|
8 |
+
- name: class
|
9 |
+
dtype: int64
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
configs:
|
13 |
+
- config_name: train
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: malayalam-train.jsonl
|
17 |
+
- config_name: test
|
18 |
+
data_files:
|
19 |
+
- split: test
|
20 |
+
path: malayalam-test.jsonl
|
21 |
+
task_categories:
|
22 |
+
- text-classification
|
23 |
+
language:
|
24 |
+
- kn
|
25 |
+
---
|