lysandre HF staff commited on
Commit
3341a36
1 Parent(s): e448048

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +42 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "layerdrop": 0.0,
19
+ "mask_index": 5,
20
+ "mask_token_id": 0,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "flaubert",
23
+ "n_heads": 4,
24
+ "n_langs": 2,
25
+ "n_layers": 5,
26
+ "n_special": 0,
27
+ "pad_index": 2,
28
+ "pad_token_id": 2,
29
+ "pre_norm": false,
30
+ "sinusoidal_embeddings": false,
31
+ "start_n_top": 5,
32
+ "summary_activation": null,
33
+ "summary_first_dropout": 0.1,
34
+ "summary_proj_to_labels": true,
35
+ "summary_type": "last",
36
+ "summary_use_proj": true,
37
+ "transformers_version": "4.10.0.dev0",
38
+ "unk_index": 3,
39
+ "use_lang_emb": true,
40
+ "use_proj": null,
41
+ "vocab_size": 99
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b87ae4a65ae8943d1af68b5659d2e93418eb0edb9e6dcd34cd2444264a05d6d2
3
+ size 741077
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02de8b45ea7224d752f8a07b1b7ed6ab8e547ab704271fd0392ff9557b95b2d
3
+ size 12252824