panagoa commited on
Commit
63b9ff8
·
verified ·
1 Parent(s): 886d485

Upload RobertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +68 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "panagoa/xlm-roberta-base-kbd",
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
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "NOUN",
15
+ "1": "VERB",
16
+ "2": "ADJ",
17
+ "3": "ADV",
18
+ "4": "NUM",
19
+ "5": "PRON",
20
+ "6": "ADP",
21
+ "7": "CCONJ",
22
+ "8": "SCONJ",
23
+ "9": "PART",
24
+ "10": "DET",
25
+ "11": "INTJ",
26
+ "12": "PUNCT",
27
+ "13": "CONV",
28
+ "14": "PTCP",
29
+ "15": "AUX",
30
+ "16": "PRED",
31
+ "17": "O"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "ADJ": 2,
37
+ "ADP": 6,
38
+ "ADV": 3,
39
+ "AUX": 15,
40
+ "CCONJ": 7,
41
+ "CONV": 13,
42
+ "DET": 10,
43
+ "INTJ": 11,
44
+ "NOUN": 0,
45
+ "NUM": 4,
46
+ "O": 17,
47
+ "PART": 9,
48
+ "PRED": 16,
49
+ "PRON": 5,
50
+ "PTCP": 14,
51
+ "PUNCT": 12,
52
+ "SCONJ": 8,
53
+ "VERB": 1
54
+ },
55
+ "layer_norm_eps": 1e-05,
56
+ "max_position_embeddings": 514,
57
+ "model_type": "roberta",
58
+ "num_attention_heads": 12,
59
+ "num_hidden_layers": 12,
60
+ "output_past": true,
61
+ "pad_token_id": 1,
62
+ "position_embedding_type": "absolute",
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.48.2",
65
+ "type_vocab_size": 1,
66
+ "use_cache": true,
67
+ "vocab_size": 264017
68
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa63a43e78b09608ad555f589050fafe2be6e8bdda313079995e00ea78ee98c6
3
+ size 1152945776