add europarl model
Browse files
models/europarl/config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"batch_size": 64,
|
3 |
+
"mask_probability": 0.15,
|
4 |
+
"num_layers": 6,
|
5 |
+
"num_heads": 8,
|
6 |
+
"d_model": 512,
|
7 |
+
"d_ff": 1024,
|
8 |
+
"p_dropout": 0.1,
|
9 |
+
"max_seq_len": 256,
|
10 |
+
"vocab_size": 20000,
|
11 |
+
"learning_rate": 1e-4,
|
12 |
+
"grad_clip_value": 1
|
13 |
+
}
|
models/europarl/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
models/europarl/train_state_437000.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eed8ce60e80f20b7f3bc6586e5bbc2fcb54c531d43584a7197155455194af582
|
3 |
+
size 624575923
|