Wonder-Griffin commited on
Commit
9d5fd57
1 Parent(s): 29c376d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "_name_or_path": "Wonder-Griffin/XL-Judge-LLM",
3
  "activation_function": "gelu",
4
  "architectures": [
5
- "GPT2LMHeadModel"
6
  ],
7
  "batch_size": 32,
8
  "dropout": 0.1,
@@ -17,6 +17,7 @@
17
  "3": "LABEL_3",
18
  "4": "LABEL_4"
19
  },
 
20
  "label2id": {
21
  "LABEL_0": 0,
22
  "LABEL_1": 1,
@@ -26,7 +27,7 @@
26
  },
27
  "learning_rate": 5e-05,
28
  "max_len": 512,
29
- "model_type": "gpt2",
30
  "n_head": 12,
31
  "n_layer": 12,
32
  "torch_dtype": "float32",
 
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,
 
17
  "3": "LABEL_3",
18
  "4": "LABEL_4"
19
  },
20
+ "is_decoder": true,
21
  "label2id": {
22
  "LABEL_0": 0,
23
  "LABEL_1": 1,
 
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",