k-awtycarroll
commited on
Commit
•
e8d2194
1
Parent(s):
b4110c6
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -7,7 +7,6 @@
|
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
10 |
-
"do_sample": true,
|
11 |
"embd_pdrop": 0.1,
|
12 |
"eos_token_id": 50256,
|
13 |
"id2label": {
|
@@ -18,7 +17,6 @@
|
|
18 |
"LABEL_0": 0
|
19 |
},
|
20 |
"layer_norm_epsilon": 1e-05,
|
21 |
-
"max_length": 50,
|
22 |
"model_type": "gpt2",
|
23 |
"n_ctx": 1024,
|
24 |
"n_embd": 768,
|
|
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
|
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
"id2label": {
|
|
|
17 |
"LABEL_0": 0
|
18 |
},
|
19 |
"layer_norm_epsilon": 1e-05,
|
|
|
20 |
"model_type": "gpt2",
|
21 |
"n_ctx": 1024,
|
22 |
"n_embd": 768,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327657928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69729fa2ea6e84a278ca60f047660699936b099c9253c42e6cf962b32215a3d6
|
3 |
size 327657928
|
runs/Aug01_13-14-49_029100a86da1/events.out.tfevents.1722518136.029100a86da1.547.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdd463b645e606f0e18995aae2e86cb820e7d6eaea4238cde5804e475ee08203
|
3 |
+
size 5777
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2e48416fa0d4db7579f321095f83fba4f91f5ce5869c30be420e12e122e0e69
|
3 |
size 5240
|