File size: 1,656 Bytes
83bc5bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "_name_or_path": "xlm-roberta-base",
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-occupation",
    "10": "I-company_name",
    "11": "B-skill",
    "12": "I-skill",
    "13": "B-nace_code",
    "14": "I-nace_code",
    "15": "B-location",
    "16": "I-location",
    "2": "I-occupation",
    "3": "B-working_type",
    "4": "I-working_type",
    "5": "B-experience/seniority",
    "6": "I-experience/seniority",
    "7": "B-emplyoment-/contract_type",
    "8": "I-emplyoment-/contract_type",
    "9": "B-company_name"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-company_name": "9",
    "B-emplyoment-/contract_type": "7",
    "B-experience/seniority": "5",
    "B-location": "15",
    "B-nace_code": "13",
    "B-occupation": "1",
    "B-skill": "11",
    "B-working_type": "3",
    "I-company_name": "10",
    "I-emplyoment-/contract_type": "8",
    "I-experience/seniority": "6",
    "I-location": "16",
    "I-nace_code": "14",
    "I-occupation": "2",
    "I-skill": "12",
    "I-working_type": "4",
    "O": "0"
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "output_past": true,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "transformers_version": "4.25.1",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}