Spaces:
Runtime error
Runtime error
prateekagrawal
commited on
Commit
·
02f2597
1
Parent(s):
613d2ec
Added config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"models": {
|
3 |
+
"RoBERTa Hindi": "flax-community/roberta-hindi",
|
4 |
+
"Indic Transformers Hindi": "neuralspace-reverie/indic-transformers-hi-bert",
|
5 |
+
"HindiBERTa": "mrm8488/HindiBERTa",
|
6 |
+
"RoBERTa Hindi Guj San": "surajp/RoBERTa-hindi-guj-san"
|
7 |
+
}
|
8 |
+
}
|