nboudad commited on
Commit
c9e86f0
1 Parent(s): 655d48f

test Model

Browse files
Files changed (4) hide show
  1. config.json +23 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 130,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 6,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "transformers_version": "4.8.0",
20
+ "type_vocab_size": 1,
21
+ "use_cache": true,
22
+ "vocab_size": 80000
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a323f604d5fd809d1f5ec8a2c7c012eca6e37309a39c3125001806d952b50732
3
+ size 419009259
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a99a45dc344d356f30b097333f16b10e25ac44805ddf860462b436c2af3c4e
3
+ size 2607
vocab.txt ADDED
The diff for this file is too large to render. See raw diff