thanhtunguet
commited on
Commit
•
1ef56c2
1
Parent(s):
9646773
End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
-
base_model: gpt2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# gpt2-address-standardizer-prompted
|
16 |
|
17 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| No log | 1.0 | 62 | 0.
|
52 |
-
| No log | 2.0 | 124 | 0.
|
53 |
-
| No log | 3.0 | 186 | 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
+
base_model: gpt2-medium
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
14 |
|
15 |
# gpt2-address-standardizer-prompted
|
16 |
|
17 |
+
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2648
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| No log | 1.0 | 62 | 0.2822 |
|
52 |
+
| No log | 2.0 | 124 | 0.2680 |
|
53 |
+
| No log | 3.0 | 186 | 0.2648 |
|
54 |
|
55 |
|
56 |
### Framework versions
|