sedrickkeh
commited on
Model save
Browse files- README.md +1 -3
- trainer_log.jsonl +2 -2
README.md
CHANGED
@@ -16,8 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# checkpoints
|
17 |
|
18 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.6955
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -54,7 +52,7 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:------:|:----:|:---------------:|
|
57 |
-
| No log | 0.1304 | 3 | 1.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
16 |
# checkpoints
|
17 |
|
18 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
+
| No log | 0.1304 | 3 | 1.6959 |
|
56 |
|
57 |
|
58 |
### 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.13043478260869565, "percentage": 100.0, "elapsed_time": "0:03:
|
|
|
1 |
+
{"current_steps": 3, "total_steps": 3, "eval_loss": 1.6959320306777954, "epoch": 0.13043478260869565, "percentage": 100.0, "elapsed_time": "0:01:47", "remaining_time": "0:00:00"}
|
2 |
+
{"current_steps": 3, "total_steps": 3, "epoch": 0.13043478260869565, "percentage": 100.0, "elapsed_time": "0:03:22", "remaining_time": "0:00:00"}
|