patrickvonplaten commited on
Commit
1ae562c
·
1 Parent(s): a185055
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "MarianMTModel"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "classifier_dropout": 0.0,
10
+ "d_model": 32,
11
+ "decoder_attention_heads": 2,
12
+ "decoder_ffn_dim": 64,
13
+ "decoder_layerdrop": 0.0,
14
+ "decoder_layers": 2,
15
+ "decoder_start_token_id": 63,
16
+ "dropout": 0.1,
17
+ "encoder_attention_heads": 2,
18
+ "encoder_ffn_dim": 64,
19
+ "encoder_layerdrop": 0.0,
20
+ "encoder_layers": 2,
21
+ "eos_token_id": 0,
22
+ "forced_eos_token_id": 0,
23
+ "gradient_checkpointing": false,
24
+ "init_std": 0.02,
25
+ "is_encoder_decoder": true,
26
+ "max_position_embeddings": 128,
27
+ "model_type": "marian",
28
+ "num_hidden_layers": 2,
29
+ "pad_token_id": 63,
30
+ "scale_embedding": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.9.0.dev0",
33
+ "use_cache": true,
34
+ "vocab_size": 64
35
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9262542a8e19b4f24d2c038566e84211e50a1b186db60b692e0ab116520d36fd
3
+ size 181759
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f894a7f51f2284cebf4093b74ac9c6b9006eddd79b9cdc58072b6eb32efb47
3
+ size 207879
run_flax_pt_generation.py ADDED
@@ -0,0 +1 @@
 
 
1
+ #!/usr/bin/env python3