lysandre HF staff commited on
Commit
4f99f63
1 Parent(s): 192438a

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +19 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "attention_dropout": 0.1,
4
+ "dim": 32,
5
+ "dropout": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dim": 37,
8
+ "initializer_range": 0.02,
9
+ "max_position_embeddings": 512,
10
+ "model_type": "distilbert",
11
+ "n_heads": 4,
12
+ "n_layers": 5,
13
+ "pad_token_id": 0,
14
+ "qa_dropout": 0.1,
15
+ "seq_classif_dropout": 0.2,
16
+ "sinusoidal_pos_embds": false,
17
+ "transformers_version": "4.10.0.dev0",
18
+ "vocab_size": 99
19
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4fe3c5239df87b8d7dd55567b3d8ad1fda5776397ba4947e50153ae9811b38
3
+ size 265157
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd92e2672193e3263ef1d464dacc5f2566f386cd9f920bd2e90a0f23c8def22
3
+ size 12193432