Upload dataset_config.yaml with huggingface_hub
Browse files- dataset_config.yaml +32 -0
dataset_config.yaml
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
language:
|
2 |
+
- hi
|
3 |
+
license: cc-by-4.0
|
4 |
+
pretty_name: Hindi Antonyms Dataset
|
5 |
+
tags:
|
6 |
+
- antonyms
|
7 |
+
- hindi
|
8 |
+
- language-resources
|
9 |
+
- nlp
|
10 |
+
task_categories:
|
11 |
+
- text-classification
|
12 |
+
- text-generation
|
13 |
+
task_ids:
|
14 |
+
- semantic-similarity
|
15 |
+
- text-pair-classification
|
16 |
+
size_categories:
|
17 |
+
- n<10K
|
18 |
+
paperswithcode_id: hindi-antonyms
|
19 |
+
dataset_info:
|
20 |
+
features:
|
21 |
+
- name: शब्द
|
22 |
+
dtype: string
|
23 |
+
- name: विलोम
|
24 |
+
dtype: string
|
25 |
+
config_name: default
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_examples: 2500
|
29 |
+
version: 1.0.0
|
30 |
+
description: "A comprehensive collection of Hindi words paired with their antonyms."
|
31 |
+
languages:
|
32 |
+
- hi
|