gaunernst commited on
Commit
b103adc
1 Parent(s): 4ff23a9
Files changed (4) hide show
  1. config.json +20 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +3 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "classifier_dropout": null,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "layer_norm_eps": 1e-12,
10
+ "max_position_embeddings": 512,
11
+ "model_type": "bert",
12
+ "num_attention_heads": 12,
13
+ "num_hidden_layers": 2,
14
+ "pad_token_id": 0,
15
+ "position_embedding_type": "absolute",
16
+ "transformers_version": "4.19.4",
17
+ "type_vocab_size": 2,
18
+ "use_cache": true,
19
+ "vocab_size": 30522
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6294aace3cb7f58ad7cf7f843fa731aedc1f6e4495715b7b8264d9247213b0d8
3
+ size 156932440
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "do_lower_case": true
3
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff