update model card README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# gpt2_ft_police_articles
|
13 |
|
14 |
-
This model
|
15 |
-
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 1.6316
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -34,26 +32,14 @@ More information needed
|
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 5e-05
|
36 |
- train_batch_size: 2
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
47 |
-
| 1.9126 | 1.0 | 500 | 1.8163 |
|
48 |
-
| 1.7955 | 2.0 | 1000 | 1.7321 |
|
49 |
-
| 1.6286 | 3.0 | 1500 | 1.6934 |
|
50 |
-
| 1.5687 | 4.0 | 2000 | 1.6636 |
|
51 |
-
| 1.5136 | 5.0 | 2500 | 1.6465 |
|
52 |
-
| 1.4146 | 6.0 | 3000 | 1.6383 |
|
53 |
-
| 1.3804 | 7.0 | 3500 | 1.6353 |
|
54 |
-
| 1.3458 | 8.0 | 4000 | 1.6316 |
|
55 |
-
| 1.287 | 9.0 | 4500 | 1.6415 |
|
56 |
-
| 1.3406 | 10.0 | 5000 | 1.6409 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
11 |
|
12 |
# gpt2_ft_police_articles
|
13 |
|
14 |
+
This model is a fine-tuned version of [pdg/gpt2_ft_police_articles](https://huggingface.co/pdg/gpt2_ft_police_articles) on the None dataset.
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
32 |
The following hyperparameters were used during training:
|
33 |
- learning_rate: 5e-05
|
34 |
- train_batch_size: 2
|
35 |
+
- eval_batch_size: 2
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 2
|
40 |
|
41 |
### Training results
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
|
45 |
### Framework versions
|