xprilion commited on
Commit
f3a076d
·
verified ·
1 Parent(s): cbdbc20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -47,7 +47,7 @@ size_categories:
47
 
48
  # IndicVarna for Callchimp.ai (a Dynopii product)
49
 
50
- We introduce IndiVarna which was prepared by using Google Translate the [dair-ai/emotion](https://huggingface.co/datasets/dair-ai/emotion) dataset to top 10 most commonly used Indian languages.
51
 
52
  This dataset contains `10000` samples of each of the 10 languages supported.
53
 
@@ -58,7 +58,7 @@ The dataset has three columns - `uuid`, `text`, `label`. `uuid` here is the conc
58
  This enabled us to start using the dataset out of the box with Hugging Face based text classification pipelines.
59
 
60
  The languages supported by the dataset are:
61
- - 1. English - `en`
62
  2. Hindi - `hi`
63
  3. Bengali - `bn`
64
  4. Gujarati - `gu`
@@ -70,7 +70,7 @@ The languages supported by the dataset are:
70
  10. Telugu `te`
71
 
72
  The dataset can be used to perform any of the following downstream tasks -
73
- - 1. Text classification (sentiment analysis models, similarity models)
74
  2. Text Generation - Fill mask, generation, etc. (samples can be used without the sentiment labels to prepare small corpus for text-generation fine tuning for any of the languages)
75
  3. Translation - every sentence can be matched with corresponding sentences of the same language code and then used to train translations models between the languages.
76
 
 
47
 
48
  # IndicVarna for Callchimp.ai (a Dynopii product)
49
 
50
+ We introduce IndiVarna which was prepared by using Google Translate on the [dair-ai/emotion](https://huggingface.co/datasets/dair-ai/emotion) dataset to get the samples there translated to the top 10 most commonly used Indian languages.
51
 
52
  This dataset contains `10000` samples of each of the 10 languages supported.
53
 
 
58
  This enabled us to start using the dataset out of the box with Hugging Face based text classification pipelines.
59
 
60
  The languages supported by the dataset are:
61
+ 1. English - `en`
62
  2. Hindi - `hi`
63
  3. Bengali - `bn`
64
  4. Gujarati - `gu`
 
70
  10. Telugu `te`
71
 
72
  The dataset can be used to perform any of the following downstream tasks -
73
+ 1. Text classification (sentiment analysis models, similarity models)
74
  2. Text Generation - Fill mask, generation, etc. (samples can be used without the sentiment labels to prepare small corpus for text-generation fine tuning for any of the languages)
75
  3. Translation - every sentence can be matched with corresponding sentences of the same language code and then used to train translations models between the languages.
76