End of training
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
library_name: peft
|
| 4 |
-
license:
|
| 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-arc-peft
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss:
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 50 |
-
| No log | 0.2 | 1 |
|
| 51 |
-
| No log | 0.4 | 2 |
|
| 52 |
-
| No log | 0.6 | 3 |
|
| 53 |
-
| No log | 0.8 | 4 |
|
| 54 |
-
|
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
| 3 |
library_name: peft
|
| 4 |
+
license: llama3
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
|
|
|
| 14 |
|
| 15 |
# gpt2-arc-peft
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.9297
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 50 |
+
| No log | 0.2 | 1 | 2.0277 |
|
| 51 |
+
| No log | 0.4 | 2 | 1.9915 |
|
| 52 |
+
| No log | 0.6 | 3 | 1.9616 |
|
| 53 |
+
| No log | 0.8 | 4 | 1.9406 |
|
| 54 |
+
| 1.8882 | 1.0 | 5 | 1.9297 |
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|