"contrastive_temperature": 0.07, to 0.1
Browse files- config.json +3 -3
config.json
CHANGED
@@ -2109,7 +2109,7 @@
|
|
2109 |
},
|
2110 |
"class_weight": 2.0,
|
2111 |
"common_stride": 4,
|
2112 |
-
"contrastive_temperature": 0.
|
2113 |
"contrastive_weight": 0.5,
|
2114 |
"conv_dim": 256,
|
2115 |
"decoder_layers": 10,
|
@@ -2447,10 +2447,10 @@
|
|
2447 |
"pre_norm": false,
|
2448 |
"query_dec_layers": 2,
|
2449 |
"strides": [
|
2450 |
-
2,
|
2451 |
4,
|
2452 |
8,
|
2453 |
-
16
|
|
|
2454 |
],
|
2455 |
"task_seq_len": 77,
|
2456 |
"text_encoder_context_length": 77,
|
|
|
2109 |
},
|
2110 |
"class_weight": 2.0,
|
2111 |
"common_stride": 4,
|
2112 |
+
"contrastive_temperature": 0.1,
|
2113 |
"contrastive_weight": 0.5,
|
2114 |
"conv_dim": 256,
|
2115 |
"decoder_layers": 10,
|
|
|
2447 |
"pre_norm": false,
|
2448 |
"query_dec_layers": 2,
|
2449 |
"strides": [
|
|
|
2450 |
4,
|
2451 |
8,
|
2452 |
+
16,
|
2453 |
+
32
|
2454 |
],
|
2455 |
"task_seq_len": 77,
|
2456 |
"text_encoder_context_length": 77,
|