File size: 1,899 Bytes
931e992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ab0058
931e992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7536fab
 
931e992
 
 
 
9ab0058
931e992
 
 
 
 
 
9ab0058
 
 
 
 
 
 
 
 
 
931e992
 
 
 
 
 
9ab0058
931e992
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
base_model: meta-llama/Meta-Llama-3.1-8B
library_name: peft
license: llama3.1
tags:
- trl
- sft
- generated_from_trainer
model-index:
- name: LlaMa_3.1_8B
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# LlaMa_3.1_8B

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 an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.6314

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- training_steps: 1000
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch  | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 1.0074        | 0.0440 | 100  | 0.8141          |
| 0.7582        | 0.0879 | 200  | 0.7417          |
| 0.7663        | 0.1319 | 300  | 0.7115          |
| 0.6939        | 0.1758 | 400  | 0.6899          |
| 0.6787        | 0.2198 | 500  | 0.6792          |
| 0.6553        | 0.2637 | 600  | 0.6664          |
| 0.6747        | 0.3077 | 700  | 0.6535          |
| 0.6614        | 0.3516 | 800  | 0.6404          |
| 0.6343        | 0.3956 | 900  | 0.6343          |
| 0.6264        | 0.4396 | 1000 | 0.6314          |


### Framework versions

- PEFT 0.12.0
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.0
- Tokenizers 0.19.1