Final model for experiment debug
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: debug2-gpt2_lm-model
|
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 2.8285
|
18 |
-
- Model Preparation Time: 0.
|
19 |
- Perplexity: 16.9203
|
20 |
- Bpc: 4.0807
|
21 |
|
@@ -49,8 +50,8 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Perplexity | Bpc |
|
51 |
|:-------------:|:------:|:----:|:---------------:|:----------------------:|:----------:|:------:|
|
52 |
-
| 2.9038 | 0.0442 | 50 | 2.8844 | 0.
|
53 |
-
| 2.8333 | 0.0883 | 100 | 2.8285 | 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
+
- debug
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: debug2-gpt2_lm-model
|
|
|
16 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 2.8285
|
19 |
+
- Model Preparation Time: 0.0025
|
20 |
- Perplexity: 16.9203
|
21 |
- Bpc: 4.0807
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Perplexity | Bpc |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:----------------------:|:----------:|:------:|
|
53 |
+
| 2.9038 | 0.0442 | 50 | 2.8844 | 0.0025 | 17.8922 | 4.1613 |
|
54 |
+
| 2.8333 | 0.0883 | 100 | 2.8285 | 0.0025 | 16.9203 | 4.0807 |
|
55 |
|
56 |
|
57 |
### Framework versions
|