shraajan commited on
Commit
faeec51
·
verified ·
1 Parent(s): d0b7cf5

Create README.md

Browse files

This model can be used for paraphrasing Kannada sentences . It is based on mt5 which was pre-trained on 101 languages, of which I have only used the Kannada embeddings, hence the model size is reduced a lot.

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ai4bharat/samanantar
4
+ language:
5
+ - kn
6
+ base_model:
7
+ - google/mt5-base
8
+ pipeline_tag: text2text-generation
9
+ tags:
10
+ - paraphrasing
11
+ - kannada
12
+ - mt5-paraphrasing
13
+ ---