Push model using huggingface_hub.
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"dropout_prob": 0.
|
3 |
"model_name": "distilbert-base-uncased",
|
4 |
"num_labels": 1
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"dropout_prob": 0.3,
|
3 |
"model_name": "distilbert-base-uncased",
|
4 |
"num_labels": 1
|
5 |
}
|