File size: 830 Bytes
0c372bd a5d6115 0c372bd a5d6115 0c372bd a5d6115 0c372bd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | activations: Tanh
batch_size: 2
class_identifier: speech_regression_metric
dropout: 0.1
encoder_learning_rate: 1.0e-06
encoder_model: XLM-RoBERTa
encoder_model_audio: sonar_speech_encoder_eng
final_activation: null
fuse_emb_strategy: avg
hidden_sizes:
- 2048
- 1024
input_modality: text
keep_embeddings_frozen: null
keep_src_embeddings_frozen: true
keep_trg_embeddings_frozen: true
layer: mix
layer_norm: false
layer_transformation: sparsemax
layerwise_decay: 0.95
learning_rate: 1.5e-05
load_pretrained_weights: true
local_files_only: false
lora_alpha: 16
lora_dropout: 0.0
lora_r: 8
loss: mse
nr_frozen_epochs: 0.3
optimizer: AdamW
pool: avg
pool_audio: avg
pretrained_model: xlm-roberta-base
train_data:
- maikezu/iwslt2026-metrics-shared-train-dev
validation_data:
- maikezu/iwslt2026-metrics-shared-train-dev
warmup_steps: 0
|