Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
Oriya
Size:
10K - 100K
License:
Sakshamrzt
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
num_examples: 1018
|
13 |
+
configs:
|
14 |
+
- config_name: train
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: oriya-train.jsonl
|
18 |
+
- config_name: test
|
19 |
+
data_files:
|
20 |
+
- split: test
|
21 |
+
path: oriya-test.jsonl
|
22 |
+
task_categories:
|
23 |
+
- text-classification
|
24 |
+
language:
|
25 |
+
- or
|
26 |
+
---
|