End of training
Browse files- README.md +20 -2
- all_results.json +16 -0
- eval_results.json +10 -0
- train_results.json +9 -0
- trainer_state.json +42 -0
README.md
CHANGED
@@ -1,12 +1,27 @@
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3.1-8B
|
|
|
|
|
3 |
library_name: peft
|
4 |
license: llama3.1
|
|
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: wikitext_Meta-Llama-3.1-8B-BNB-NF4_LORA_ADAPTER_64rank
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# wikitext_Meta-Llama-3.1-8B-BNB-NF4_LORA_ADAPTER_64rank
|
16 |
|
17 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3.1-8B
|
3 |
+
datasets:
|
4 |
+
- wikitext
|
5 |
library_name: peft
|
6 |
license: llama3.1
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
tags:
|
10 |
- generated_from_trainer
|
11 |
model-index:
|
12 |
- name: wikitext_Meta-Llama-3.1-8B-BNB-NF4_LORA_ADAPTER_64rank
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-generation
|
16 |
+
name: Causal Language Modeling
|
17 |
+
dataset:
|
18 |
+
name: wikitext wikitext-2-raw-v1
|
19 |
+
type: wikitext
|
20 |
+
args: wikitext-2-raw-v1
|
21 |
+
metrics:
|
22 |
+
- type: accuracy
|
23 |
+
value: 0.5869990224828935
|
24 |
+
name: Accuracy
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# wikitext_Meta-Llama-3.1-8B-BNB-NF4_LORA_ADAPTER_64rank
|
31 |
|
32 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the wikitext wikitext-2-raw-v1 dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.3246
|
35 |
+
- Accuracy: 0.5870
|
36 |
|
37 |
## Model description
|
38 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.5869990224828935,
|
4 |
+
"eval_loss": 2.324615478515625,
|
5 |
+
"eval_runtime": 0.4762,
|
6 |
+
"eval_samples": 2,
|
7 |
+
"eval_samples_per_second": 4.2,
|
8 |
+
"eval_steps_per_second": 2.1,
|
9 |
+
"perplexity": 10.22274846352924,
|
10 |
+
"total_flos": 1212187410432.0,
|
11 |
+
"train_loss": 2.900122960408529,
|
12 |
+
"train_runtime": 13.1285,
|
13 |
+
"train_samples": 11,
|
14 |
+
"train_samples_per_second": 2.514,
|
15 |
+
"train_steps_per_second": 0.229
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.5869990224828935,
|
4 |
+
"eval_loss": 2.324615478515625,
|
5 |
+
"eval_runtime": 0.4762,
|
6 |
+
"eval_samples": 2,
|
7 |
+
"eval_samples_per_second": 4.2,
|
8 |
+
"eval_steps_per_second": 2.1,
|
9 |
+
"perplexity": 10.22274846352924
|
10 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 1212187410432.0,
|
4 |
+
"train_loss": 2.900122960408529,
|
5 |
+
"train_runtime": 13.1285,
|
6 |
+
"train_samples": 11,
|
7 |
+
"train_samples_per_second": 2.514,
|
8 |
+
"train_steps_per_second": 0.229
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 3,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 3.0,
|
13 |
+
"step": 3,
|
14 |
+
"total_flos": 1212187410432.0,
|
15 |
+
"train_loss": 2.900122960408529,
|
16 |
+
"train_runtime": 13.1285,
|
17 |
+
"train_samples_per_second": 2.514,
|
18 |
+
"train_steps_per_second": 0.229
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 50,
|
22 |
+
"max_steps": 3,
|
23 |
+
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 3,
|
25 |
+
"save_steps": 500,
|
26 |
+
"stateful_callbacks": {
|
27 |
+
"TrainerControl": {
|
28 |
+
"args": {
|
29 |
+
"should_epoch_stop": false,
|
30 |
+
"should_evaluate": false,
|
31 |
+
"should_log": false,
|
32 |
+
"should_save": false,
|
33 |
+
"should_training_stop": false
|
34 |
+
},
|
35 |
+
"attributes": {}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"total_flos": 1212187410432.0,
|
39 |
+
"train_batch_size": 4,
|
40 |
+
"trial_name": null,
|
41 |
+
"trial_params": null
|
42 |
+
}
|