Training in progress, step 61875
Browse files- logs/attn_layer_mapper=all, attn_loss_fn=cos, attn_projector=orthogonal, attn_weight=5/events.out.tfevents.1724510390.f383272e719b +3 -0
- logs/attn_layer_mapper=layer-2, attn_loss_fn=raw_mse, attn_projector=orthogonal, attn_weight=25.0/completed.flag +0 -0
- model.safetensors +1 -1
- tokenizer.json +14 -2
- training_args.bin +2 -2
logs/attn_layer_mapper=all, attn_loss_fn=cos, attn_projector=orthogonal, attn_weight=5/events.out.tfevents.1724510390.f383272e719b
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88723b89ef131a153a80b81285f7955a4f78917972fe7de8547540c5a637bf9e
|
3 |
+
size 29625351
|
logs/attn_layer_mapper=layer-2, attn_loss_fn=raw_mse, attn_projector=orthogonal, attn_weight=25.0/completed.flag
ADDED
File without changes
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 248894656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0684412439814634d91d22abd503340a0d94b214d6ba8ef058e6030cab49af12
|
3 |
size 248894656
|
tokenizer.json
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 50256,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 1023,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 50256,
|
14 |
+
"pad_type_id": 0,
|
15 |
+
"pad_token": "<|endoftext|>"
|
16 |
+
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 50256,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fba949610247c9f3686f3d18b3ac80cd2f9bfce0cc8a973afa76a7fad57324be
|
3 |
+
size 5496
|