Upload folder using huggingface_hub
Browse files- checkpoints/model.ckpt +3 -0
- events.out.tfevents.1768325245.t0004.2320869.0 +3 -0
- hparams.yaml +31 -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:1c03dba7fa0bef94f2cdf5fe65ab776ea621bb1158bf80d4771224b6ac237208
|
| 3 |
+
size 3779586092
|
events.out.tfevents.1768325245.t0004.2320869.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0a5b8a5f642fe3288b5c84abf6401217aefab288f0789d713e6b06960b34c2
|
| 3 |
+
size 1258335
|
hparams.yaml
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
fuse_emb_strategy: avg
|
| 10 |
+
hidden_sizes:
|
| 11 |
+
- 2048
|
| 12 |
+
- 1024
|
| 13 |
+
input_modality: text
|
| 14 |
+
keep_embeddings_frozen: true
|
| 15 |
+
layer: mix
|
| 16 |
+
layer_norm: false
|
| 17 |
+
layer_transformation: sparsemax
|
| 18 |
+
layerwise_decay: 0.95
|
| 19 |
+
learning_rate: 1.5e-05
|
| 20 |
+
load_pretrained_weights: true
|
| 21 |
+
local_files_only: false
|
| 22 |
+
loss: mse
|
| 23 |
+
nr_frozen_epochs: 0.3
|
| 24 |
+
optimizer: AdamW
|
| 25 |
+
pool: avg
|
| 26 |
+
pretrained_model: xlm-roberta-base
|
| 27 |
+
train_data:
|
| 28 |
+
- maikezu/iwslt2026-metrics-shared-train-dev
|
| 29 |
+
validation_data:
|
| 30 |
+
- maikezu/iwslt2026-metrics-shared-train-dev
|
| 31 |
+
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
|
|
|