Danil commited on
Commit
b55b635
·
1 Parent(s): 7356128

first version

Browse files
Files changed (3) hide show
  1. config.json +27 -0
  2. pytorch_model.bin +3 -0
  3. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "huawei-noah/TinyBERT_General_4L_312D",
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "cell": {},
5
+ "emb_size": 312,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 312,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 1200,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 4,
17
+ "output_attentions": true,
18
+ "output_hidden_states": true,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "pre_trained": "",
22
+ "structure": [],
23
+ "transformers_version": "4.5.1",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 31102
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4425a2c0698da9272f2bcae682110e47c791bb0eabb5708f549a62a5f90bd70
3
+ size 97088521
vocab.txt ADDED
The diff for this file is too large to render. See raw diff