doberst commited on
Commit
2e86e11
1 Parent(s): f59a65e

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +27 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "industry-bert-insurance-v0.1",
3
+ "description": "BERT-based Sentence transformer embedding model finetuned on wide range of public insurance industry domain materials",
4
+ "_name_or_path": "bert-base-uncased",
5
+ "architectures": [
6
+ "BertModel"
7
+ ],
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "classifier_dropout": null,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 512,
18
+ "model_type": "bert",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 0,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92854a0ad50ca0b34b0513278183c2793ca7263f9b5a2a15c7ee84bc9543a4b5
3
+ size 437998385
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff