asi commited on
Commit
ef31535
1 Parent(s): 9860d40

:package: add model weights

Browse files
Files changed (3) hide show
  1. config.json +31 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act_epsilon": 0.01,
3
+ "architectures": [
4
+ "AlbertActModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
+ "initializer_range": 0.02,
17
+ "inner_group_num": 1,
18
+ "intermediate_size": 3072,
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "albert_act",
22
+ "net_structure_type": 0,
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 24,
25
+ "num_memory_blocks": 0,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "transformers_version": "4.23.1",
29
+ "type_vocab_size": 2,
30
+ "vocab_size": 30000
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b2cbf02b69da5479578a1022d6105671f7c2ebe1ca43a443e2db298713d2ce
3
+ size 46749521
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08c48ee11686cd7452d87e49ff7114c12cf8d432fff009ed04fc2457ef916fd
3
+ size 46778000