End of training
Browse files- .gitattributes +1 -0
- README.md +19 -2
- all_results.json +10 -0
- eval_results.json +10 -0
- trainer_state.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,9 +1,23 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: mistral-1L-tiny
|
6 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -11,7 +25,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# mistral-1L-tiny
|
13 |
|
14 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- roneneldan/TinyStories
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: mistral-1L-tiny
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Causal Language Modeling
|
13 |
+
type: text-generation
|
14 |
+
dataset:
|
15 |
+
name: roneneldan/TinyStories
|
16 |
+
type: roneneldan/TinyStories
|
17 |
+
metrics:
|
18 |
+
- name: Accuracy
|
19 |
+
type: accuracy
|
20 |
+
value: 0.5792084706530948
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
25 |
|
26 |
# mistral-1L-tiny
|
27 |
|
28 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on the roneneldan/TinyStories dataset.
|
29 |
+
It achieves the following results on the evaluation set:
|
30 |
+
- Loss: 1.6868
|
31 |
+
- Accuracy: 0.5792
|
32 |
|
33 |
## Model description
|
34 |
|
all_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.5792084706530948,
|
4 |
+
"eval_loss": 1.6868340969085693,
|
5 |
+
"eval_runtime": 23.785,
|
6 |
+
"eval_samples": 19348,
|
7 |
+
"eval_samples_per_second": 813.455,
|
8 |
+
"eval_steps_per_second": 101.703,
|
9 |
+
"perplexity": 5.4023502853454595
|
10 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.5792084706530948,
|
4 |
+
"eval_loss": 1.6868340969085693,
|
5 |
+
"eval_runtime": 23.785,
|
6 |
+
"eval_samples": 19348,
|
7 |
+
"eval_samples_per_second": 813.455,
|
8 |
+
"eval_steps_per_second": 101.703,
|
9 |
+
"perplexity": 5.4023502853454595
|
10 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dce367bda1a7a853460ad56dafa3617b9cc9f33ef5b6deed0d5c7394de019e0d
|
3 |
+
size 14518582
|