Training in progress, step 500
Browse files
config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"initializer_range": 0.02,
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
-
"n_ctx":
|
14 |
"n_embd": 768,
|
15 |
"n_head": 12,
|
16 |
"n_inner": null,
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
+
"n_ctx": 512,
|
14 |
"n_embd": 768,
|
15 |
"n_head": 12,
|
16 |
"n_inner": null,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 503128704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41c24464af4489047c01723074eb42ad3819a667916e434d0f4664e946aba3a4
|
3 |
size 503128704
|
runs/Jul12_06-24-44_e1d05e09f637/events.out.tfevents.1720765489.e1d05e09f637.742.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:323178c590a6bc02f4b0593db8dcb4c629526c9743c929b24b78dd812e3e117f
|
3 |
+
size 15390
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7167e37320ade4b4f5f07173b53706f9b362d771735add964c675dafc6ac7a09
|
3 |
size 5176
|