Upload folder using huggingface_hub
Browse files- checkpoints/model.ckpt +3 -0
- hparams.yaml +37 -0
checkpoints/model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cfcd64295ff8f1a39b1194cee0d76de3b58f2b6914b4be16cca2cb9c66c8936
|
| 3 |
+
size 2260730417
|
hparams.yaml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
activations: Tanh
|
| 2 |
+
batch_size: 16
|
| 3 |
+
class_identifier: unified_metric
|
| 4 |
+
cross_entropy_weights: null
|
| 5 |
+
dropout: 0.1
|
| 6 |
+
encoder_learning_rate: 1.0693928308577897e-05
|
| 7 |
+
encoder_model: XLM-RoBERTa
|
| 8 |
+
error_labels:
|
| 9 |
+
- minor
|
| 10 |
+
- major
|
| 11 |
+
final_activation: null
|
| 12 |
+
hidden_sizes:
|
| 13 |
+
- 3072
|
| 14 |
+
- 1024
|
| 15 |
+
input_segments:
|
| 16 |
+
- mt
|
| 17 |
+
- src
|
| 18 |
+
keep_embeddings_frozen: true
|
| 19 |
+
layer_norm: true
|
| 20 |
+
layer_transformation: sparsemax
|
| 21 |
+
layerwise_decay: 0.95
|
| 22 |
+
learning_rate: 0.00010802282446961044
|
| 23 |
+
load_pretrained_weights: true
|
| 24 |
+
local_files_only: false
|
| 25 |
+
loss: mse
|
| 26 |
+
loss_lambda: 0.65
|
| 27 |
+
nr_frozen_epochs: 0.3
|
| 28 |
+
optimizer: AdamW
|
| 29 |
+
pretrained_model: microsoft/infoxlm-large
|
| 30 |
+
sent_layer: mix
|
| 31 |
+
train_data:
|
| 32 |
+
- data/data-42-final/train.csv
|
| 33 |
+
validation_data:
|
| 34 |
+
- data/data-42-final/val.csv
|
| 35 |
+
warmup_steps: 0
|
| 36 |
+
word_layer: 24
|
| 37 |
+
word_level_training: false
|