Upload BertForTokenClassification
Browse files- config.json +72 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MaiiaCompsolutions/skill_detection_bioes_cap",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "I-education",
|
14 |
+
"1": "E-collaborate_with",
|
15 |
+
"2": "O",
|
16 |
+
"3": "B-education",
|
17 |
+
"4": "S-education",
|
18 |
+
"5": "E-skill",
|
19 |
+
"6": "B-skill",
|
20 |
+
"7": "B-certification",
|
21 |
+
"8": "B-title",
|
22 |
+
"9": "I-certification",
|
23 |
+
"10": "S-skill",
|
24 |
+
"11": "B-collaborate_with",
|
25 |
+
"12": "I-collaborate_with",
|
26 |
+
"13": "E-title",
|
27 |
+
"14": "E-education",
|
28 |
+
"15": "I-skill",
|
29 |
+
"16": "I-title",
|
30 |
+
"17": "S-certification",
|
31 |
+
"18": "E-certification",
|
32 |
+
"19": "S-collaborate_with",
|
33 |
+
"20": "S-title"
|
34 |
+
},
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 3072,
|
37 |
+
"label2id": {
|
38 |
+
"B-certification": 7,
|
39 |
+
"B-collaborate_with": 11,
|
40 |
+
"B-education": 3,
|
41 |
+
"B-skill": 6,
|
42 |
+
"B-title": 8,
|
43 |
+
"E-certification": 18,
|
44 |
+
"E-collaborate_with": 1,
|
45 |
+
"E-education": 14,
|
46 |
+
"E-skill": 5,
|
47 |
+
"E-title": 13,
|
48 |
+
"I-certification": 9,
|
49 |
+
"I-collaborate_with": 12,
|
50 |
+
"I-education": 0,
|
51 |
+
"I-skill": 15,
|
52 |
+
"I-title": 16,
|
53 |
+
"O": 2,
|
54 |
+
"S-certification": 17,
|
55 |
+
"S-collaborate_with": 19,
|
56 |
+
"S-education": 4,
|
57 |
+
"S-skill": 10,
|
58 |
+
"S-title": 20
|
59 |
+
},
|
60 |
+
"layer_norm_eps": 1e-12,
|
61 |
+
"max_position_embeddings": 512,
|
62 |
+
"model_type": "bert",
|
63 |
+
"num_attention_heads": 12,
|
64 |
+
"num_hidden_layers": 12,
|
65 |
+
"pad_token_id": 0,
|
66 |
+
"position_embedding_type": "absolute",
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.28.1",
|
69 |
+
"type_vocab_size": 2,
|
70 |
+
"use_cache": false,
|
71 |
+
"vocab_size": 30522
|
72 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d781115969e48618d24b6c17a8fb6ebed0562e19bb7661c69c6940c55159ae6
|
3 |
+
size 435710129
|