Ubuntu commited on
Commit
24ef49a
1 Parent(s): f4ba550

add africomet

Browse files
Files changed (2) hide show
  1. checkpoints/model.ckpt +3 -0
  2. hparams.yaml +27 -0
checkpoints/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697bf3519adfcaf62c6d53ed1a915e009b4005b39ddbb50cee22f0483fc81857
3
+ size 2323646948
hparams.yaml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ activations: Tanh
2
+ batch_size: 1
3
+ class_identifier: regression_metric
4
+ dropout: 0.1
5
+ encoder_learning_rate: 1.0e-06
6
+ encoder_model: XLM-RoBERTa
7
+ final_activation: null
8
+ hidden_sizes:
9
+ - 3072
10
+ - 1024
11
+ keep_embeddings_frozen: true
12
+ layer: mix
13
+ layer_norm: false
14
+ layer_transformation: sparsemax
15
+ layerwise_decay: 0.95
16
+ learning_rate: 1.5e-05
17
+ loss: mse
18
+ nr_frozen_epochs: 0.3
19
+ optimizer: AdamW
20
+ pool: avg
21
+ pretrained_model: Davlan/afro-xlmr-large
22
+ train_data:
23
+ - data/1720-da.csv
24
+ validation_data:
25
+ - data/wmt-ende-newstest2021.csv
26
+ - data/wmt-enru-newstest2021.csv
27
+ - data/wmt-zhen-newstest2021.csv