llama-3.2-3b-it-finetuned_mind2web
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: meta-llama/Llama-3.2-
|
| 3 |
library_name: peft
|
| 4 |
license: llama3.2
|
| 5 |
tags:
|
|
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# llama_finetune_mind2web
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 4.
|
| 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 |
-
| 7.
|
| 52 |
-
| 4.
|
| 53 |
-
| 4.
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
| 3 |
library_name: peft
|
| 4 |
license: llama3.2
|
| 5 |
tags:
|
|
|
|
| 14 |
|
| 15 |
# llama_finetune_mind2web
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 4.3766
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
+
| 7.5048 | 1.0 | 505 | 4.6510 |
|
| 52 |
+
| 4.6129 | 2.0 | 1010 | 4.4311 |
|
| 53 |
+
| 4.4755 | 3.0 | 1515 | 4.3766 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|