esgg commited on
Commit
df1578c
1 Parent(s): aad4f4d

First version

Browse files
benchmark_model/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "CLS",
13
+ "1": "SEP",
14
+ "2": "B-Application_Mention",
15
+ "3": "I-Application_Mention",
16
+ "4": "B-Developer",
17
+ "5": "I-Developer",
18
+ "6": "B-URL",
19
+ "7": "I-URL",
20
+ "8": "B-Version",
21
+ "9": "I-Version",
22
+ "10": "O"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "B-Application_Mention": 2,
28
+ "B-Developer": 4,
29
+ "B-URL": 6,
30
+ "B-Version": 8,
31
+ "CLS": 0,
32
+ "I-Application_Mention": 3,
33
+ "I-Developer": 5,
34
+ "I-URL": 7,
35
+ "I-Version": 9,
36
+ "O": 10,
37
+ "SEP": 1
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "max_position_embeddings": 512,
41
+ "model_type": "bert",
42
+ "num_attention_heads": 12,
43
+ "num_hidden_layers": 12,
44
+ "pad_token_id": 0,
45
+ "position_embedding_type": "absolute",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.28.0",
48
+ "type_vocab_size": 2,
49
+ "use_cache": true,
50
+ "vocab_size": 31090
51
+ }
benchmark_model/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec6c606ffe34290a4df226ee9f21b078d24c4e06475692dc6c76056468b9ba4
3
+ size 437417453
benchmark_model/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
benchmark_model/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_model/tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": true,
7
+ "mask_token": "[MASK]",
8
+ "max_length": 512,
9
+ "model_max_length": 1000000000000000019884624838656,
10
+ "never_split": null,
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "truncation": true,
17
+ "unk_token": "[UNK]"
18
+ }
benchmark_model/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2189f85aa631d6f177cec6e14983cb1d89d5e20b3b5a57bead0bc8a76be7a024
3
+ size 3579
benchmark_model/vocab.txt ADDED
The diff for this file is too large to render. See raw diff