End of training
Browse files- README.md +3 -1
- all_results.json +5 -0
- config.json +1 -1
- eval_results.json +7 -0
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
base_model: meta-llama/Llama-3.2-1B
|
|
|
3 |
library_name: transformers
|
4 |
model_name: Llama-3.2-1B-SFT-Capybara-No-Packing-Llama
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
@@ -11,7 +13,7 @@ licence: license
|
|
11 |
|
12 |
# Model Card for Llama-3.2-1B-SFT-Capybara-No-Packing-Llama
|
13 |
|
14 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Llama-3.2-1B
|
3 |
+
datasets: trl-lib/Capybara
|
4 |
library_name: transformers
|
5 |
model_name: Llama-3.2-1B-SFT-Capybara-No-Packing-Llama
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
- open-r1
|
9 |
- trl
|
10 |
- sft
|
11 |
licence: license
|
|
|
13 |
|
14 |
# Model Card for Llama-3.2-1B-SFT-Capybara-No-Packing-Llama
|
15 |
|
16 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on the [trl-lib/Capybara](https://huggingface.co/datasets/trl-lib/Capybara) dataset.
|
17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
18 |
|
19 |
## Quick start
|
all_results.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"total_flos": 3.616736600517509e+17,
|
3 |
"train_loss": 1.2339729416754939,
|
4 |
"train_runtime": 268.4154,
|
|
|
1 |
{
|
2 |
+
"eval_loss": 1.2320126295089722,
|
3 |
+
"eval_runtime": 0.5894,
|
4 |
+
"eval_samples": 200,
|
5 |
+
"eval_samples_per_second": 339.339,
|
6 |
+
"eval_steps_per_second": 6.787,
|
7 |
"total_flos": 3.616736600517509e+17,
|
8 |
"train_loss": 1.2339729416754939,
|
9 |
"train_runtime": 268.4154,
|
config.json
CHANGED
@@ -30,6 +30,6 @@
|
|
30 |
"tie_word_embeddings": true,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.51.2",
|
33 |
-
"use_cache":
|
34 |
"vocab_size": 128256
|
35 |
}
|
|
|
30 |
"tie_word_embeddings": true,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.51.2",
|
33 |
+
"use_cache": true,
|
34 |
"vocab_size": 128256
|
35 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_loss": 1.2320126295089722,
|
3 |
+
"eval_runtime": 0.5894,
|
4 |
+
"eval_samples": 200,
|
5 |
+
"eval_samples_per_second": 339.339,
|
6 |
+
"eval_steps_per_second": 6.787
|
7 |
+
}
|