Wonder-Griffin
commited on
Commit
•
f1852c9
1
Parent(s):
95ef228
Update config.json
Browse files- config.json +36 -31
config.json
CHANGED
@@ -1,31 +1,36 @@
|
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Wonder-Griffin/judge-xl-model",
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"JudgeXL"
|
6 |
+
],
|
7 |
+
"batch_size": 32,
|
8 |
+
"dropout": 0.1,
|
9 |
+
"bos_token_id": 50256,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"ff_expansion_factor": 4,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "LABEL_0",
|
15 |
+
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2",
|
17 |
+
"3": "LABEL_3",
|
18 |
+
"4": "LABEL_4"
|
19 |
+
},
|
20 |
+
"is_decoder": true,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0,
|
23 |
+
"LABEL_1": 1,
|
24 |
+
"LABEL_2": 2,
|
25 |
+
"LABEL_3": 3,
|
26 |
+
"LABEL_4": 4
|
27 |
+
},
|
28 |
+
"learning_rate": 5e-05,
|
29 |
+
"max_len": 512,
|
30 |
+
"model_type": "judge-xl",
|
31 |
+
"n_head": 12,
|
32 |
+
"n_layer": 12,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.42.4",
|
35 |
+
"vocab_size": 50257
|
36 |
+
}
|