wissamantoun commited on
Commit
fea2366
·
verified ·
1 Parent(s): c19e326

Upload post/ckpt-75000/tf/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. post/ckpt-75000/tf/config.json +22 -0
post/ckpt-75000/tf/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "bos_token_id": 1,
4
+ "embedding_size": 768,
5
+ "eos_token_id": 2,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 768,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-07,
12
+ "max_position_embeddings": 1025,
13
+ "model_name": "camembertv2-base-bf16",
14
+ "model_type": "roberta",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "position_biased_input": true,
19
+ "transformers_version": "4.18.0.dev0",
20
+ "type_vocab_size": 1,
21
+ "vocab_size": 32768
22
+ }