sedrickkeh
commited on
Commit
•
2f1f692
1
Parent(s):
f28e1d6
Model save
Browse files- README.md +2 -4
- trainer_log.jsonl +1 -1
README.md
CHANGED
@@ -16,9 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# test_run_mini
|
18 |
|
19 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.4381
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -55,7 +53,7 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:------:|:----:|:---------------:|
|
58 |
-
| No log | 0.1538 | 3 | 1.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
16 |
|
17 |
# test_run_mini
|
18 |
|
19 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| No log | 0.1538 | 3 | 1.4380 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
trainer_log.jsonl
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
{"current_steps": 3, "total_steps": 3, "eval_loss": 1.
|
2 |
{"current_steps": 3, "total_steps": 3, "epoch": 0.15384615384615385, "percentage": 100.0, "elapsed_time": "0:05:19", "remaining_time": "0:00:00"}
|
|
|
1 |
+
{"current_steps": 3, "total_steps": 3, "eval_loss": 1.4380333423614502, "epoch": 0.15384615384615385, "percentage": 100.0, "elapsed_time": "0:02:59", "remaining_time": "0:00:00"}
|
2 |
{"current_steps": 3, "total_steps": 3, "epoch": 0.15384615384615385, "percentage": 100.0, "elapsed_time": "0:05:19", "remaining_time": "0:00:00"}
|