Upload folder using huggingface_hub
Browse files- checkpoints/model.ckpt +3 -0
- events.out.tfevents.1768310757.t0033.3502511.0 +3 -0
- hparams.yaml +30 -0
- input_data.jsonl +0 -0
- output_scores.jsonl +0 -0
checkpoints/model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75d99b3a1ede5692807bbd77e48ba39dc21da01413e2ebf11e9392345110fc08
|
| 3 |
+
size 3779586028
|
events.out.tfevents.1768310757.t0033.3502511.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef750ede4af32920b48e7f7abb99602b127c6a5618d91dd75afe088a6efb69c9
|
| 3 |
+
size 1258285
|
hparams.yaml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activations: Tanh
|
| 2 |
+
batch_size: 2
|
| 3 |
+
class_identifier: speech_regression_metric
|
| 4 |
+
dropout: 0.1
|
| 5 |
+
encoder_learning_rate: 1.0e-06
|
| 6 |
+
encoder_model: XLM-RoBERTa
|
| 7 |
+
encoder_model_audio: sonar_speech_encoder_eng
|
| 8 |
+
final_activation: null
|
| 9 |
+
hidden_sizes:
|
| 10 |
+
- 2048
|
| 11 |
+
- 1024
|
| 12 |
+
input_modality: audio
|
| 13 |
+
keep_embeddings_frozen: true
|
| 14 |
+
layer: mix
|
| 15 |
+
layer_norm: false
|
| 16 |
+
layer_transformation: sparsemax
|
| 17 |
+
layerwise_decay: 0.95
|
| 18 |
+
learning_rate: 1.5e-05
|
| 19 |
+
load_pretrained_weights: true
|
| 20 |
+
local_files_only: false
|
| 21 |
+
loss: mse
|
| 22 |
+
nr_frozen_epochs: 0.3
|
| 23 |
+
optimizer: AdamW
|
| 24 |
+
pool: avg
|
| 25 |
+
pretrained_model: xlm-roberta-base
|
| 26 |
+
train_data:
|
| 27 |
+
- maikezu/iwslt2026-metrics-shared-train-dev
|
| 28 |
+
validation_data:
|
| 29 |
+
- maikezu/iwslt2026-metrics-shared-train-dev
|
| 30 |
+
warmup_steps: 0
|
input_data.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
output_scores.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|