kennethli319
commited on
Commit
•
f8ddfd5
1
Parent(s):
2460103
End of training
Browse files- README.md +9 -7
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
model-index:
|
7 |
- name: distilgpt2-finetuned-wikitext2
|
8 |
results: []
|
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 3.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,14 +47,15 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| No log | 1.0 | 290 | 3.
|
50 |
-
| 3.
|
51 |
-
| 3.
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
|
|
56 |
- Transformers 4.36.2
|
57 |
- Pytorch 2.1.2+cu121
|
58 |
-
- Datasets 2.
|
59 |
-
- Tokenizers 0.15.0
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
base_model: distilgpt2
|
7 |
model-index:
|
8 |
- name: distilgpt2-finetuned-wikitext2
|
9 |
results: []
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.6455
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 290 | 3.7059 |
|
51 |
+
| 3.8948 | 2.0 | 580 | 3.6574 |
|
52 |
+
| 3.8948 | 3.0 | 870 | 3.6455 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
+
- PEFT 0.7.1
|
58 |
- Transformers 4.36.2
|
59 |
- Pytorch 2.1.2+cu121
|
60 |
+
- Datasets 2.16.1
|
61 |
+
- Tokenizers 0.15.0
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 591352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d26ce68d5802fc6814224511c3bdc4e52583b87b0d609c85fa57d07ce5a3604a
|
3 |
size 591352
|