stulcrad commited on
Commit
0429108
1 Parent(s): eceb5d0

Upload RobertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +82 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "models/CNEC2_0_Supertypes_nested_robeczech-base",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-P",
17
+ "2": "I-P",
18
+ "3": "B-T",
19
+ "4": "I-T",
20
+ "5": "B-A",
21
+ "6": "I-A",
22
+ "7": "B-C",
23
+ "8": "I-C",
24
+ "9": "B-a",
25
+ "10": "I-a",
26
+ "11": "B-g",
27
+ "12": "I-g",
28
+ "13": "B-i",
29
+ "14": "I-i",
30
+ "15": "B-m",
31
+ "16": "I-m",
32
+ "17": "B-n",
33
+ "18": "I-n",
34
+ "19": "B-o",
35
+ "20": "I-o",
36
+ "21": "B-p",
37
+ "22": "I-p",
38
+ "23": "B-t",
39
+ "24": "I-t"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "B-A": 5,
45
+ "B-C": 7,
46
+ "B-P": 1,
47
+ "B-T": 3,
48
+ "B-a": 9,
49
+ "B-g": 11,
50
+ "B-i": 13,
51
+ "B-m": 15,
52
+ "B-n": 17,
53
+ "B-o": 19,
54
+ "B-p": 21,
55
+ "B-t": 23,
56
+ "I-A": 6,
57
+ "I-C": 8,
58
+ "I-P": 2,
59
+ "I-T": 4,
60
+ "I-a": 10,
61
+ "I-g": 12,
62
+ "I-i": 14,
63
+ "I-m": 16,
64
+ "I-n": 18,
65
+ "I-o": 20,
66
+ "I-p": 22,
67
+ "I-t": 24,
68
+ "O": 0
69
+ },
70
+ "layer_norm_eps": 1e-05,
71
+ "max_position_embeddings": 514,
72
+ "model_type": "roberta",
73
+ "num_attention_heads": 12,
74
+ "num_hidden_layers": 12,
75
+ "pad_token_id": 1,
76
+ "position_embedding_type": "absolute",
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.36.2",
79
+ "type_vocab_size": 1,
80
+ "use_cache": true,
81
+ "vocab_size": 51997
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489b4b81948c702b43b19dedaa247c30a1b58e97dff31eda875ed46501208fd0
3
+ size 501641700