Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,12 @@ class MultiModelIndianAddressNER:
|
|
15 |
},
|
16 |
"ModernBERT": {
|
17 |
"name": "shiprocket-ai/open-modernbert-indian-address-ner",
|
18 |
-
"description": "Modern architecture -
|
19 |
"base_model": "ModernBERT"
|
20 |
},
|
21 |
"IndicBERT": {
|
22 |
"name": "shiprocket-ai/open-indicbert-indian-address-ner",
|
23 |
-
"description": "Indic language optimized -
|
24 |
"base_model": "IndicBERT"
|
25 |
}
|
26 |
}
|
|
|
15 |
},
|
16 |
"ModernBERT": {
|
17 |
"name": "shiprocket-ai/open-modernbert-indian-address-ner",
|
18 |
+
"description": "Modern architecture - 150M parameters",
|
19 |
"base_model": "ModernBERT"
|
20 |
},
|
21 |
"IndicBERT": {
|
22 |
"name": "shiprocket-ai/open-indicbert-indian-address-ner",
|
23 |
+
"description": "Indic language optimized - 32.9M parameters",
|
24 |
"base_model": "IndicBERT"
|
25 |
}
|
26 |
}
|