Commit
·
dcb000b
1
Parent(s):
a41b7e6
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"final_dropout": 0.55,
|
| 6 |
-
"model_type": "
|
| 7 |
"torch_dtype": "float32",
|
| 8 |
"transformers_version": "4.27.3"
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"DistilBertBasedAppDocs"
|
| 4 |
],
|
| 5 |
"final_dropout": 0.55,
|
| 6 |
+
"model_type": "distilbert",
|
| 7 |
"torch_dtype": "float32",
|
| 8 |
"transformers_version": "4.27.3"
|
| 9 |
}
|