kaesve commited on
Commit
450a305
·
1 Parent(s): a2cfcd1

Initial commit

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "finetuning_task": "patent",
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
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 12,
13
+ "num_labels": 6,
14
+ "output_attentions": false,
15
+ "output_hidden_states": false,
16
+ "pruned_heads": {},
17
+ "torchscript": false,
18
+ "type_vocab_size": 2,
19
+ "vocab_size": 31116
20
+ }
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bert_model": ".\\models\\scibert_scivocab_cased", "do_lower": false, "max_seq_length": 64, "num_labels": 6, "label_map": {"B": 1, "I": 2, "O": 3, "[CLS]": 4, "[SEP]": 5}}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae52962ac633aea78688f18cbdb8ddbdbb0f850c01130dcc2a04a2ca4c0ab519
3
+ size 439822057
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "init_inputs": []}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff