Training in progress, step 61875
Browse files- README.md +34 -34
- config.json +1 -1
- generation_config.json +1 -1
- logs/attn_loss_fn=cos, attn_weight=25.0, layer_mapper=last_k_2, projector=orthogonal/events.out.tfevents.1724372154.f383272e719b +3 -0
- logs/attn_loss_fn=cos, attn_weight=5, layer_mapper=last_k_2, projector=orthogonal/completed.flag +0 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -44,42 +44,42 @@ More information needed
|
|
44 |
| step | epoch | enwikippl | frwikippl | loss | runtime | samples_per_second | steps_per_second | tinystoriesppl | zhwikippl |
|
45 |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
46 |
| **teacher eval** | | 43.25 | 61.25 | | | | | 11.6875 | 19.125 |
|
47 |
-
| 0 | 0 | 2473901162496.0 | 170424302305280.0 |
|
48 |
-
| 2500 | 0.0404 |
|
49 |
-
| 5000 | 0.0808 |
|
50 |
-
| 7500 | 0.1212 |
|
51 |
-
| 10000 | 0.1616 |
|
52 |
-
| 12500 | 0.2020 |
|
53 |
-
| 15000 | 0.2424 |
|
54 |
-
| 17500 | 0.2828 |
|
55 |
-
| 20000 | 0.3232 |
|
56 |
-
| 22500 | 0.3636 |
|
57 |
-
| 25000 | 0.4040 | 63.
|
58 |
-
| 27500 | 0.4444 |
|
59 |
-
| 30000 | 0.4848 |
|
60 |
-
| 32500 | 0.5253 |
|
61 |
-
| 35000 | 0.5657 |
|
62 |
-
| 37500 | 0.6061 |
|
63 |
-
| 40000 | 0.6465 |
|
64 |
-
| 42500 | 0.6869 | 54.
|
65 |
-
| 45000 | 0.7273 |
|
66 |
-
| 47500 | 0.7677 |
|
67 |
-
| 50000 | 0.8081 |
|
68 |
-
| 52500 | 0.8485 |
|
69 |
-
| 55000 | 0.8889 |
|
70 |
-
| 57500 | 0.9293 |
|
71 |
-
| 60000 | 0.9697 |
|
72 |
-
| 61875 | 1.0 |
|
73 |
|
74 |
# Resource Usage Comparison
|
75 |
|
76 |
-
- VRAM Use: 7.
|
77 |
|
78 |
-
|
79 |
|
80 |
- **Architecture**: `GPT2LMHeadModel` -> `GPT2LMHeadModel`
|
81 |
- **Total Parameters**: 124,439,808 -> 124,439,808
|
82 |
-
- **Data Type (dtype)**:
|
83 |
- **Model Size**: 0.24 GB -> 0.24 GB
|
84 |
|
85 |
<details>
|
@@ -103,7 +103,7 @@ Trained on 145,744,973 tokens from the [wikimedia/wikipedia](https://huggingface
|
|
103 |
# Training Objective
|
104 |
|
105 |
```
|
106 |
-
DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=
|
107 |
```
|
108 |
|
109 |
# Hyperparameters
|
@@ -120,9 +120,9 @@ The following hyperparameters were used during training:
|
|
120 |
- lr_scheduler_type: `linear`
|
121 |
- lr_scheduler_warmup_ratio: `0.5`
|
122 |
- num_epochs: `1.0`
|
123 |
-
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=
|
124 |
- train_embeddings: `True`
|
125 |
-
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at
|
126 |
- student_model_name_or_path: `None`
|
127 |
- student_config_name_or_path: `None`
|
128 |
- student_model_config: `None`
|
@@ -154,6 +154,6 @@ The following hyperparameters were used during training:
|
|
154 |
|
155 |
# Framework Versions
|
156 |
- Distily 0.2.0
|
157 |
-
- Transformers 4.44.
|
158 |
-
- Pytorch 2.
|
159 |
- Datasets 2.21.0
|
|
|
44 |
| step | epoch | enwikippl | frwikippl | loss | runtime | samples_per_second | steps_per_second | tinystoriesppl | zhwikippl |
|
45 |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
46 |
| **teacher eval** | | 43.25 | 61.25 | | | | | 11.6875 | 19.125 |
|
47 |
+
| 0 | 0 | 2473901162496.0 | 170424302305280.0 | 25.7744 | 30.1836 | 82.826 | 10.37 | 4060086272.0 | 71468255805440.0 |
|
48 |
+
| 2500 | 0.0404 | 956.0 | 8192.0 | 6.1231 | 30.1407 | 82.944 | 10.385 | 660.0 | 6464.0 |
|
49 |
+
| 5000 | 0.0808 | 378.0 | 1880.0 | 5.0294 | 30.1017 | 83.052 | 10.398 | 270.0 | 290.0 |
|
50 |
+
| 7500 | 0.1212 | 230.0 | 820.0 | 4.5126 | 30.2328 | 82.692 | 10.353 | 201.0 | 174.0 |
|
51 |
+
| 10000 | 0.1616 | 173.0 | 628.0 | 4.2290 | 30.1373 | 82.954 | 10.386 | 152.0 | 172.0 |
|
52 |
+
| 12500 | 0.2020 | 127.5 | 482.0 | 3.8556 | 30.2081 | 82.759 | 10.361 | 106.5 | 156.0 |
|
53 |
+
| 15000 | 0.2424 | 109.0 | 436.0 | 3.6682 | 30.1834 | 82.827 | 10.37 | 87.5 | 146.0 |
|
54 |
+
| 17500 | 0.2828 | 93.5 | 348.0 | 3.5219 | 30.1772 | 82.844 | 10.372 | 73.0 | 120.5 |
|
55 |
+
| 20000 | 0.3232 | 75.5 | 272.0 | 3.3368 | 30.1313 | 82.97 | 10.388 | 63.5 | 134.0 |
|
56 |
+
| 22500 | 0.3636 | 67.5 | 217.0 | 3.1528 | 30.1675 | 82.871 | 10.375 | 52.75 | 77.5 |
|
57 |
+
| 25000 | 0.4040 | 63.75 | 196.0 | 3.0848 | 30.1989 | 82.784 | 10.365 | 45.5 | 77.0 |
|
58 |
+
| 27500 | 0.4444 | 58.0 | 205.0 | 3.0296 | 30.1798 | 82.837 | 10.371 | 40.25 | 79.5 |
|
59 |
+
| 30000 | 0.4848 | 60.5 | 198.0 | 3.0189 | 30.2126 | 82.747 | 10.36 | 43.0 | 64.5 |
|
60 |
+
| 32500 | 0.5253 | 59.0 | 172.0 | 3.0013 | 30.176 | 82.847 | 10.372 | 41.0 | 76.5 |
|
61 |
+
| 35000 | 0.5657 | 56.0 | 172.0 | 2.9437 | 30.2238 | 82.716 | 10.356 | 38.25 | 59.5 |
|
62 |
+
| 37500 | 0.6061 | 57.5 | 161.0 | 2.9153 | 30.1666 | 82.873 | 10.376 | 38.25 | 67.5 |
|
63 |
+
| 40000 | 0.6465 | 54.75 | 156.0 | 2.8906 | 30.1878 | 82.815 | 10.368 | 35.75 | 58.75 |
|
64 |
+
| 42500 | 0.6869 | 54.0 | 154.0 | 2.8788 | 30.1733 | 82.855 | 10.373 | 34.75 | 52.0 |
|
65 |
+
| 45000 | 0.7273 | 50.5 | 136.0 | 2.7766 | 30.1315 | 82.97 | 10.388 | 30.75 | 45.25 |
|
66 |
+
| 47500 | 0.7677 | 50.0 | 124.5 | 2.7505 | 30.4536 | 82.092 | 10.278 | 29.875 | 37.25 |
|
67 |
+
| 50000 | 0.8081 | 48.75 | 123.5 | 2.7359 | 30.1393 | 82.948 | 10.385 | 28.75 | 37.0 |
|
68 |
+
| 52500 | 0.8485 | 48.25 | 120.5 | 2.7269 | 30.1607 | 82.889 | 10.378 | 28.875 | 35.5 |
|
69 |
+
| 55000 | 0.8889 | 48.0 | 118.5 | 2.7099 | 30.2151 | 82.74 | 10.359 | 27.875 | 34.25 |
|
70 |
+
| 57500 | 0.9293 | 47.5 | 118.0 | 2.7048 | 30.1727 | 82.856 | 10.374 | 27.625 | 33.0 |
|
71 |
+
| 60000 | 0.9697 | 47.5 | 117.5 | 2.7013 | 30.2816 | 82.558 | 10.336 | 27.5 | 32.75 |
|
72 |
+
| 61875 | 1.0 | 47.5 | 117.5 | 2.7006 | 30.27 | 82.59 | 10.34 | 27.625 | 33.0 |
|
73 |
|
74 |
# Resource Usage Comparison
|
75 |
|
76 |
+
- VRAM Use: 7.7831 GB
|
77 |
|
78 |
+
`# Distillation (Teacher -> Student) Architecture Difference:
|
79 |
|
80 |
- **Architecture**: `GPT2LMHeadModel` -> `GPT2LMHeadModel`
|
81 |
- **Total Parameters**: 124,439,808 -> 124,439,808
|
82 |
+
- **Data Type (dtype)**: 124439808 -> torch.bfloat16
|
83 |
- **Model Size**: 0.24 GB -> 0.24 GB
|
84 |
|
85 |
<details>
|
|
|
103 |
# Training Objective
|
104 |
|
105 |
```
|
106 |
+
DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=5, loss_fn=cos, layer_mapper=layer-2))
|
107 |
```
|
108 |
|
109 |
# Hyperparameters
|
|
|
120 |
- lr_scheduler_type: `linear`
|
121 |
- lr_scheduler_warmup_ratio: `0.5`
|
122 |
- num_epochs: `1.0`
|
123 |
+
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=5, loss_fn=cos, layer_mapper=layer-2))`
|
124 |
- train_embeddings: `True`
|
125 |
+
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7fbd702f4d60>`
|
126 |
- student_model_name_or_path: `None`
|
127 |
- student_config_name_or_path: `None`
|
128 |
- student_model_config: `None`
|
|
|
154 |
|
155 |
# Framework Versions
|
156 |
- Distily 0.2.0
|
157 |
+
- Transformers 4.44.0
|
158 |
+
- Pytorch 2.3.0
|
159 |
- Datasets 2.21.0
|
config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "bfloat16",
|
36 |
-
"transformers_version": "4.44.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50257
|
39 |
}
|
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "bfloat16",
|
36 |
+
"transformers_version": "4.44.0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50257
|
39 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
"eos_token_id": 50256,
|
5 |
-
"transformers_version": "4.44.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.44.0"
|
6 |
}
|
logs/attn_loss_fn=cos, attn_weight=25.0, layer_mapper=last_k_2, projector=orthogonal/events.out.tfevents.1724372154.f383272e719b
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9f829106d5a34481a6d8357b5b93b1d0cf689b342434e62d81d05bfd5abab12
|
3 |
+
size 29632530
|
logs/attn_loss_fn=cos, attn_weight=5, layer_mapper=last_k_2, projector=orthogonal/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:c4a972c54e417c7197bd9968ddd13c8ce2ee329876ee772f1bce5dc12273cdf8
|
3 |
size 248894656
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1017899144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fde8414a41236e4d37875a5c20c33c02761432d024649e3d004bf722974cfae4
|
3 |
size 1017899144
|