mara589 commited on
Commit
da70e6b
·
1 Parent(s): 4b84257
Files changed (2) hide show
  1. config.json +101 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2ForSequenceClassification"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "label2id": {
43
+ "LABEL_0": 0,
44
+ "LABEL_1": 1,
45
+ "LABEL_10": 10,
46
+ "LABEL_11": 11,
47
+ "LABEL_12": 12,
48
+ "LABEL_13": 13,
49
+ "LABEL_14": 14,
50
+ "LABEL_15": 15,
51
+ "LABEL_16": 16,
52
+ "LABEL_17": 17,
53
+ "LABEL_18": 18,
54
+ "LABEL_19": 19,
55
+ "LABEL_2": 2,
56
+ "LABEL_20": 20,
57
+ "LABEL_21": 21,
58
+ "LABEL_22": 22,
59
+ "LABEL_23": 23,
60
+ "LABEL_24": 24,
61
+ "LABEL_25": 25,
62
+ "LABEL_26": 26,
63
+ "LABEL_27": 27,
64
+ "LABEL_3": 3,
65
+ "LABEL_4": 4,
66
+ "LABEL_5": 5,
67
+ "LABEL_6": 6,
68
+ "LABEL_7": 7,
69
+ "LABEL_8": 8,
70
+ "LABEL_9": 9
71
+ },
72
+ "layer_norm_epsilon": 1e-05,
73
+ "model_type": "gpt2",
74
+ "n_ctx": 1024,
75
+ "n_embd": 768,
76
+ "n_head": 12,
77
+ "n_inner": null,
78
+ "n_layer": 12,
79
+ "n_positions": 1024,
80
+ "pad_token_id": 50256,
81
+ "problem_type": "single_label_classification",
82
+ "reorder_and_upcast_attn": false,
83
+ "resid_pdrop": 0.1,
84
+ "scale_attn_by_inverse_layer_idx": false,
85
+ "scale_attn_weights": true,
86
+ "summary_activation": null,
87
+ "summary_first_dropout": 0.1,
88
+ "summary_proj_to_labels": true,
89
+ "summary_type": "cls_index",
90
+ "summary_use_proj": true,
91
+ "task_specific_params": {
92
+ "text-generation": {
93
+ "do_sample": true,
94
+ "max_length": 50
95
+ }
96
+ },
97
+ "torch_dtype": "float32",
98
+ "transformers_version": "4.39.0.dev0",
99
+ "use_cache": true,
100
+ "vocab_size": 50257
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efe24716a4a659622282ea4c5901267e84ab97a6070e4504eba62a297741fba
3
+ size 497860304