Token Classification
Transformers
PyTorch
Bulgarian
bert
torch
rmihaylov commited on
Commit
89b46da
1 Parent(s): 9895ad5
Files changed (2) hide show
  1. config.json +67 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/ColabModels/MBERT_POS_THESEUS/pytorch_model/",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "X",
14
+ "1": "ADJ",
15
+ "2": "ADP",
16
+ "3": "ADV",
17
+ "4": "AUX",
18
+ "5": "CCONJ",
19
+ "6": "DET",
20
+ "7": "INTJ",
21
+ "8": "NOUN",
22
+ "9": "NUM",
23
+ "10": "PART",
24
+ "11": "PRON",
25
+ "12": "PROPN",
26
+ "13": "PUNCT",
27
+ "14": "SCONJ",
28
+ "15": "VERB"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "ADJ": 1,
34
+ "ADP": 2,
35
+ "ADV": 3,
36
+ "AUX": 4,
37
+ "CCONJ": 5,
38
+ "DET": 6,
39
+ "INTJ": 7,
40
+ "NOUN": 8,
41
+ "NUM": 9,
42
+ "PART": 10,
43
+ "PRON": 11,
44
+ "PROPN": 12,
45
+ "PUNCT": 13,
46
+ "SCONJ": 14,
47
+ "VERB": 15,
48
+ "X": 0
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "max_position_embeddings": 512,
52
+ "model_type": "bert",
53
+ "num_attention_heads": 12,
54
+ "num_hidden_layers": 6,
55
+ "pad_token_id": 0,
56
+ "pooler_fc_size": 768,
57
+ "pooler_num_attention_heads": 12,
58
+ "pooler_num_fc_layers": 3,
59
+ "pooler_size_per_head": 128,
60
+ "pooler_type": "first_token_transform",
61
+ "position_embedding_type": "absolute",
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.18.0",
64
+ "type_vocab_size": 2,
65
+ "use_cache": true,
66
+ "vocab_size": 119547
67
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5f26d8ff5f77ee09840dafa51f61c0b2371bb991e49a0f1a2667bb391575ac
3
+ size 539028209