End of training
Browse files- README.md +19 -2
- all_results.json +10 -0
- eval_results.json +10 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,9 +2,23 @@
|
|
2 |
base_model: nilq/baby-python-mistral-1L-tiny-base
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: baby-python-mistral-1L-tiny-TinyStories-ft
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# baby-python-mistral-1L-tiny-TinyStories-ft
|
14 |
|
15 |
-
This model is a fine-tuned version of [nilq/baby-python-mistral-1L-tiny-base](https://huggingface.co/nilq/baby-python-mistral-1L-tiny-base) on
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
2 |
base_model: nilq/baby-python-mistral-1L-tiny-base
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- roneneldan/TinyStories
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: baby-python-mistral-1L-tiny-TinyStories-ft
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Causal Language Modeling
|
14 |
+
type: text-generation
|
15 |
+
dataset:
|
16 |
+
name: roneneldan/TinyStories
|
17 |
+
type: roneneldan/TinyStories
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.5196418943843818
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# baby-python-mistral-1L-tiny-TinyStories-ft
|
28 |
|
29 |
+
This model is a fine-tuned version of [nilq/baby-python-mistral-1L-tiny-base](https://huggingface.co/nilq/baby-python-mistral-1L-tiny-base) on the roneneldan/TinyStories dataset.
|
30 |
+
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 2.0442
|
32 |
+
- Accuracy: 0.5196
|
33 |
|
34 |
## Model description
|
35 |
|
all_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.5196418943843818,
|
4 |
+
"eval_loss": 2.0441741943359375,
|
5 |
+
"eval_runtime": 30.9852,
|
6 |
+
"eval_samples": 19348,
|
7 |
+
"eval_samples_per_second": 624.428,
|
8 |
+
"eval_steps_per_second": 78.07,
|
9 |
+
"perplexity": 7.722778389754661
|
10 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.5196418943843818,
|
4 |
+
"eval_loss": 2.0441741943359375,
|
5 |
+
"eval_runtime": 30.9852,
|
6 |
+
"eval_samples": 19348,
|
7 |
+
"eval_samples_per_second": 624.428,
|
8 |
+
"eval_steps_per_second": 78.07,
|
9 |
+
"perplexity": 7.722778389754661
|
10 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|