Wonder-Griffin
commited on
Upload model
Browse files- README.md +2 -2
- config.json +44 -75
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
license: unlicense
|
3 |
datasets:
|
4 |
- HuggingFaceFW/fineweb
|
5 |
language:
|
6 |
- en
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
-
library_name: transformers
|
10 |
pipeline_tag: text-generation
|
11 |
---
|
12 |
# Judge-GPT2
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- HuggingFaceFW/fineweb
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: transformers
|
7 |
+
license: unlicense
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
10 |
pipeline_tag: text-generation
|
11 |
---
|
12 |
# Judge-GPT2
|
config.json
CHANGED
@@ -1,75 +1,44 @@
|
|
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 |
-
"0": "LABEL_0",
|
46 |
-
"1": "LABEL_1"
|
47 |
-
},
|
48 |
-
"label2id": {
|
49 |
-
"LABEL_0": 0,
|
50 |
-
"LABEL_1": 1
|
51 |
-
},
|
52 |
-
"tokenizer_class": null,
|
53 |
-
"prefix": null,
|
54 |
-
"bos_token_id": null,
|
55 |
-
"pad_token_id": null,
|
56 |
-
"eos_token_id": null,
|
57 |
-
"sep_token_id": null,
|
58 |
-
"decoder_start_token_id": null,
|
59 |
-
"task_specific_params": null,
|
60 |
-
"problem_type": null,
|
61 |
-
"_name_or_path": "",
|
62 |
-
"transformers_version": "4.43.3",
|
63 |
-
"vocab_size": 50257,
|
64 |
-
"n_layer": 12,
|
65 |
-
"n_head": 12,
|
66 |
-
"n_embd": 768,
|
67 |
-
"output_dir": "./results",
|
68 |
-
"block_size": 512,
|
69 |
-
"hidden_size": 768,
|
70 |
-
"dropout": 0.1,
|
71 |
-
"bias": true,
|
72 |
-
"ff_expansion_factor": 4,
|
73 |
-
"label_smoothing": 0.1,
|
74 |
-
"model_type": "judge-gpt"
|
75 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "C:/Users/wonde/output/Judge-GPT2",
|
3 |
+
"architectures": [
|
4 |
+
"JudgeModel"
|
5 |
+
],
|
6 |
+
"batch_size": 32,
|
7 |
+
"bias": true,
|
8 |
+
"block_size": 512,
|
9 |
+
"dim_feedforward": 3072,
|
10 |
+
"dropout": 0.1,
|
11 |
+
"ff_expansion_factor": 4,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "LABEL_0",
|
16 |
+
"1": "LABEL_1",
|
17 |
+
"2": "LABEL_2",
|
18 |
+
"3": "LABEL_3",
|
19 |
+
"4": "LABEL_4"
|
20 |
+
},
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0,
|
23 |
+
"LABEL_1": 1,
|
24 |
+
"LABEL_2": 2,
|
25 |
+
"LABEL_3": 3,
|
26 |
+
"LABEL_4": 4
|
27 |
+
},
|
28 |
+
"label_smoothing": 0.1,
|
29 |
+
"learning_rate": 0.0003,
|
30 |
+
"log_interval": 100,
|
31 |
+
"max_grad_norm": 1.0,
|
32 |
+
"max_position_embeddings": 512,
|
33 |
+
"model_type": "judge-gpt",
|
34 |
+
"n_embd": 768,
|
35 |
+
"n_head": 12,
|
36 |
+
"n_layer": 12,
|
37 |
+
"output_dir": "C:/Users/wonde/output",
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"total_steps": 10000,
|
40 |
+
"transformers_version": "4.43.3",
|
41 |
+
"vocab_size": 50257,
|
42 |
+
"warmup_steps": 1000,
|
43 |
+
"weight_decay": 0.01
|
44 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f5604eef91cb6d746ac20147f3def910276f7cba6ddc9b1aa5e712f793f6bd1
|
3 |
+
size 963697256
|