Upload folder using huggingface_hub
Browse files- checkpoints/model.ckpt +3 -0
- events.out.tfevents.1768919384.t0037.125491.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:e19b4c168d424c29e785aa3b50781736e427a6971944b3e40dc024f044e47d50
|
| 3 |
+
size 1143475657
|
events.out.tfevents.1768919384.t0037.125491.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19b538ffc36cf53488952102c67a205b7fcc3455a18c1bb6ddf4fd9f100accce
|
| 3 |
+
size 27356692
|
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 |
+
- data/train/text_train.csv
|
| 29 |
+
validation_data:
|
| 30 |
+
- data/dev/text_dev.csv
|
| 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
|
|
|