Kashob commited on
Commit
67f674f
1 Parent(s): 0b800b3

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +55 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "saved-model-all-data/checkpoint-1575",
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": "B-Generic",
13
+ "1": "B-Material",
14
+ "2": "B-Method",
15
+ "3": "B-Metric",
16
+ "4": "B-OtherScientificTerm",
17
+ "5": "B-Task",
18
+ "6": "I-Generic",
19
+ "7": "I-Material",
20
+ "8": "I-Method",
21
+ "9": "I-Metric",
22
+ "10": "I-OtherScientificTerm",
23
+ "11": "I-Task",
24
+ "12": "O"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "B-Generic": 0,
30
+ "B-Material": 1,
31
+ "B-Method": 2,
32
+ "B-Metric": 3,
33
+ "B-OtherScientificTerm": 4,
34
+ "B-Task": 5,
35
+ "I-Generic": 6,
36
+ "I-Material": 7,
37
+ "I-Method": 8,
38
+ "I-Metric": 9,
39
+ "I-OtherScientificTerm": 10,
40
+ "I-Task": 11,
41
+ "O": 12
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "bert",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 0,
49
+ "position_embedding_type": "absolute",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.32.1",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
+ "vocab_size": 31090
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc48ae158e8c40d38cf16c9f586abb7b86f75953910480773721083bd074f41
3
+ size 437416361