Upload config.yaml
Browse files- TextConditionerA/config.yaml +22 -0
TextConditionerA/config.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
exclude_from_checkpoint: false
|
| 2 |
+
trainable: false
|
| 3 |
+
sentence_config:
|
| 4 |
+
frozen: false
|
| 5 |
+
model: roberta-large
|
| 6 |
+
max_sentence_tokens: 77
|
| 7 |
+
adopt_n_layers: 0
|
| 8 |
+
adopt_layer_size: 2048
|
| 9 |
+
pool_type: eos
|
| 10 |
+
add_pooling_layer: true
|
| 11 |
+
hidden_dropout_prob: 0.1
|
| 12 |
+
attention_probs_dropout_prob: 0.1
|
| 13 |
+
finetune_n_layers: -1
|
| 14 |
+
last_hidden_state: true
|
| 15 |
+
use_shared_space: false
|
| 16 |
+
normalize_shared_space: true
|
| 17 |
+
freeze_clap: true
|
| 18 |
+
lhs_index: -2
|
| 19 |
+
remove_special_tokens: false
|
| 20 |
+
eval_mode: true
|
| 21 |
+
text_preprocessing: no_op
|
| 22 |
+
shared_representation_size: 1024
|