processvenue commited on
Commit
b30457b
·
verified ·
1 Parent(s): 00ad6c6

Upload dataset_config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_config.yaml +45 -0
dataset_config.yaml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ language:
2
+ - hi
3
+ - mr
4
+ license: cc-by-4.0
5
+ pretty_name: Multilingual Synonyms Dataset
6
+ tags:
7
+ - synonyms
8
+ - hindi
9
+ - marathi
10
+ - multilingual
11
+ - indic-languages
12
+ - language-resources
13
+ - nlp
14
+ - vocabulary
15
+ - linguistics
16
+ task_categories:
17
+ - text-classification
18
+ - text-generation
19
+ - natural-language-generation
20
+ - translation
21
+ task_ids:
22
+ - semantic-similarity
23
+ - text-pair-classification
24
+ - lexical-substitution
25
+ - cross-lingual-modeling
26
+ size_categories:
27
+ - n<10K
28
+ paperswithcode_id: multilingual-synonyms
29
+ dataset_info:
30
+ features:
31
+ - name: शब्द(Word)
32
+ dtype: string
33
+ - name: पर्यायवाची/समानार्थी (Synonyms)
34
+ dtype: string
35
+ - name: भाषा (Language)
36
+ dtype: string
37
+ config_name: default
38
+ splits:
39
+ - name: train
40
+ num_examples: 20
41
+ version: 1.0.0
42
+ description: "A comprehensive multilingual collection of words and their synonyms in Hindi, Marathi, and other Indian languages for NLP, linguistic research, and language learning applications."
43
+ languages:
44
+ - hi
45
+ - mr