Jiqing commited on
Commit
1c49807
1 Parent(s): 5135ed2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_commit_hash": null,
3
  "_name_or_path": "./tiny-random-tvp",
4
- "alpha": 1.0,
5
  "architectures": [
6
  "TvpForVideoGrounding"
7
  ],
@@ -33,7 +33,7 @@
33
  ],
34
  "torch_dtype": "float32"
35
  },
36
- "beta": 0.1,
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,