Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_commit_hash": null,
|
| 3 |
"_name_or_path": "./tiny-random-tvp",
|
| 4 |
-
"
|
| 5 |
"architectures": [
|
| 6 |
"TvpForVideoGrounding"
|
| 7 |
],
|
|
@@ -33,7 +33,7 @@
|
|
| 33 |
],
|
| 34 |
"torch_dtype": "float32"
|
| 35 |
},
|
| 36 |
-
"
|
| 37 |
"classifier": "mlp",
|
| 38 |
"classifier_dropout": null,
|
| 39 |
"cls_hidden_scale": 2,
|
|
|
|
| 1 |
{
|
| 2 |
"_commit_hash": null,
|
| 3 |
"_name_or_path": "./tiny-random-tvp",
|
| 4 |
+
"distance_loss_weight": 1.0,
|
| 5 |
"architectures": [
|
| 6 |
"TvpForVideoGrounding"
|
| 7 |
],
|
|
|
|
| 33 |
],
|
| 34 |
"torch_dtype": "float32"
|
| 35 |
},
|
| 36 |
+
"duration_loss_weight": 0.1,
|
| 37 |
"classifier": "mlp",
|
| 38 |
"classifier_dropout": null,
|
| 39 |
"cls_hidden_scale": 2,
|