lysandre HF staff commited on
Commit
45143aa
1 Parent(s): f4ff68f

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +40 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "asm": false,
3
+ "attention_dropout": 0.1,
4
+ "bos_index": 0,
5
+ "bos_token_id": 0,
6
+ "causal": false,
7
+ "dropout": 0.1,
8
+ "emb_dim": 32,
9
+ "embed_init_std": 0.02209708691207961,
10
+ "end_n_top": 5,
11
+ "eos_index": 1,
12
+ "gelu_activation": true,
13
+ "init_std": 0.02,
14
+ "initializer_range": 0.02,
15
+ "is_encoder": true,
16
+ "lang_id": 0,
17
+ "layer_norm_eps": 1e-12,
18
+ "mask_index": 5,
19
+ "mask_token_id": 0,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "xlm",
22
+ "n_heads": 4,
23
+ "n_langs": 2,
24
+ "n_layers": 5,
25
+ "n_special": 0,
26
+ "pad_index": 2,
27
+ "pad_token_id": 2,
28
+ "sinusoidal_embeddings": false,
29
+ "start_n_top": 5,
30
+ "summary_activation": null,
31
+ "summary_first_dropout": 0.1,
32
+ "summary_proj_to_labels": true,
33
+ "summary_type": "last",
34
+ "summary_use_proj": true,
35
+ "transformers_version": "4.10.0.dev0",
36
+ "unk_index": 3,
37
+ "use_lang_emb": true,
38
+ "use_proj": true,
39
+ "vocab_size": 99
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7e474215f1e1333e76df10685f7d3bb1fd6f53371371eff26c1c215abd1f70
3
+ size 741077
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72da9ce65e7b902996efaaa12dbbd3ab907fdd02b12819d8ee833c76a26b3d0f
3
+ size 12282264