Training in progress, epoch 4
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "openai-community/gpt2-
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2ForSequenceClassification"
|
@@ -12,12 +12,11 @@
|
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
14 |
"n_ctx": 1024,
|
15 |
-
"n_embd":
|
16 |
-
"n_head":
|
17 |
"n_inner": null,
|
18 |
-
"n_layer":
|
19 |
"n_positions": 1024,
|
20 |
-
"output_past": true,
|
21 |
"pad_token_id": 50256,
|
22 |
"problem_type": "single_label_classification",
|
23 |
"reorder_and_upcast_attn": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai-community/gpt2-large",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2ForSequenceClassification"
|
|
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
14 |
"n_ctx": 1024,
|
15 |
+
"n_embd": 1280,
|
16 |
+
"n_head": 20,
|
17 |
"n_inner": null,
|
18 |
+
"n_layer": 36,
|
19 |
"n_positions": 1024,
|
|
|
20 |
"pad_token_id": 50256,
|
21 |
"problem_type": "single_label_classification",
|
22 |
"reorder_and_upcast_attn": false,
|
logs/events.out.tfevents.1714935681.gh03.185490.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35f564a93f67f9f72fdf7e7080bc9b897ad2e0f22a89f5e8d24d4d92c58d5b5b
|
3 |
+
size 59503
|