Add Readme.md to model card
Browse files- config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"base_model": "microsoft/deberta-v3-base",
|
|
|
3 |
"config_path": null,
|
4 |
"fc_dropout": 0.2,
|
5 |
"id2label": {
|
|
|
1 |
{
|
2 |
"base_model": "microsoft/deberta-v3-base",
|
3 |
+
"model_type": "deberta-v2",
|
4 |
"config_path": null,
|
5 |
"fc_dropout": 0.2,
|
6 |
"id2label": {
|