File size: 2,118 Bytes
7be7f6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_name_or_path": "Redhotchilipoppy/montelnewsspeaker",
  "_num_labels": 1,
  "activation_function": "gelu_new",
  "architectures": [
    "GPT2ForSequenceClassification"
  ],
  "attn_pdrop": 0.1,
  "bos_token_id": 50256,
  "embd_pdrop": 0.1,
  "eos_token_id": 50256,
  "id2label": {
    "0": "Gas",
    "1": "Coal",
    "2": "Electricity",
    "3": "No tag",
    "4": "Carbon",
    "5": "Renewables",
    "6": "Offshore wind",
    "7": "Oil",
    "8": "Policy",
    "9": "Trading",
    "10": "Batteries/Storage",
    "11": "Wind",
    "12": "Topic",
    "13": "Weather",
    "14": "Nuclear",
    "15": "Solar",
    "16": "Hydropower",
    "17": "Appointments",
    "18": "PPA",
    "19": "LNG",
    "20": "Hydrogen",
    "21": "GOs",
    "22": "Biomass",
    "23": "Financial results",
    "24": "Remit",
    "25": "Freight"
  },
  "initializer_range": 0.02,
  "label2id": {
    "Appointments": 17,
    "Batteries/Storage": 10,
    "Biomass": 22,
    "Carbon": 4,
    "Coal": 1,
    "Electricity": 2,
    "Financial results": 23,
    "Freight": 25,
    "GOs": 21,
    "Gas": 0,
    "Hydrogen": 20,
    "Hydropower": 16,
    "LNG": 19,
    "No tag": 3,
    "Nuclear": 14,
    "Offshore wind": 6,
    "Oil": 7,
    "PPA": 18,
    "Policy": 8,
    "Remit": 24,
    "Renewables": 5,
    "Solar": 15,
    "Topic": 12,
    "Trading": 9,
    "Weather": 13,
    "Wind": 11
  },
  "layer_norm_epsilon": 1e-05,
  "model_type": "gpt2",
  "n_ctx": 1024,
  "n_embd": 768,
  "n_head": 12,
  "n_inner": null,
  "n_layer": 6,
  "n_positions": 1024,
  "pad_token_id": 50256,
  "problem_type": "single_label_classification",
  "reorder_and_upcast_attn": false,
  "resid_pdrop": 0.1,
  "scale_attn_by_inverse_layer_idx": false,
  "scale_attn_weights": true,
  "summary_activation": null,
  "summary_first_dropout": 0.1,
  "summary_proj_to_labels": true,
  "summary_type": "cls_index",
  "summary_use_proj": true,
  "task_specific_params": {
    "text-generation": {
      "do_sample": true,
      "max_length": 50
    }
  },
  "torch_dtype": "float32",
  "transformers_version": "4.36.2",
  "use_cache": true,
  "vocab_size": 50257
}