Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"pad_token_id": 50256,
|
37 |
"predict_special_tokens": true,
|
38 |
"reorder_and_upcast_attn": false,
|
39 |
-
"resid_pdrop": 0.
|
40 |
"scale_attn_by_inverse_layer_idx": false,
|
41 |
"scale_attn_weights": true,
|
42 |
"summary_activation": null,
|
|
|
36 |
"pad_token_id": 50256,
|
37 |
"predict_special_tokens": true,
|
38 |
"reorder_and_upcast_attn": false,
|
39 |
+
"resid_pdrop": 0.3,
|
40 |
"scale_attn_by_inverse_layer_idx": false,
|
41 |
"scale_attn_weights": true,
|
42 |
"summary_activation": null,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e40a34d863cdfb30ab6e5750cd09206a97b184e7e51432160f48ebe3d094cd01
|
3 |
+
size 1419347536
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5777
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed1b7dbb0e645f40f0ed844fd8bd5346ab5e14e29253f474178090c2e5a3961d
|
3 |
size 5777
|