David Chu commited on
Commit
cbe46fb
1 Parent(s): e28a5ea
Files changed (4) hide show
  1. config.json +22 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "embedding_size": 768,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "max_position_embeddings": 512,
10
+ "model_type": "squeezebert",
11
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 12,
13
+ "type_vocab_size": 2,
14
+ "vocab_size": 30528,
15
+ "q_groups": 4,
16
+ "k_groups": 4,
17
+ "v_groups": 4,
18
+ "post_attention_groups": 1,
19
+ "intermediate_groups": 4,
20
+ "output_groups": 4,
21
+ "num_labels": 3
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b283a8fd86b1916f18e52a9031f39353d43906b9bbe659edfd452f60b69f4e9
3
+ size 204422071
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
vocab.txt ADDED
The diff for this file is too large to render. See raw diff