BayanDuygu commited on
Commit
944c56c
·
verified ·
1 Parent(s): 72f7bcc

Model save

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.1
4
+ base_model: meta-llama/Llama-3.1-8B-Instruct
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: llama-7b-sst-5
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # llama-7b-sst-5
21
+
22
+ This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 1.3537
25
+ - Accuracy: 0.4387
26
+ - Precision: 0.4393
27
+ - Recall: 0.4264
28
+ - F1: 0.4300
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0002
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 4
52
+ - total_train_batch_size: 128
53
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 100
56
+ - num_epochs: 10
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
61
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
62
+ | No log | 1.4944 | 100 | 1.7838 | 0.3397 | 0.3352 | 0.3371 | 0.3321 |
63
+ | No log | 2.9888 | 200 | 1.5155 | 0.3960 | 0.3916 | 0.3767 | 0.3782 |
64
+ | No log | 4.4794 | 300 | 1.4366 | 0.4169 | 0.4313 | 0.4031 | 0.4106 |
65
+ | No log | 5.9738 | 400 | 1.3832 | 0.4287 | 0.4224 | 0.4207 | 0.4198 |
66
+ | 5.8948 | 7.4644 | 500 | 1.3675 | 0.4369 | 0.4489 | 0.4266 | 0.4345 |
67
+ | 5.8948 | 8.9588 | 600 | 1.3537 | 0.4387 | 0.4393 | 0.4264 | 0.4300 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.14.0
73
+ - Transformers 4.47.1
74
+ - Pytorch 2.5.1+cu124
75
+ - Datasets 3.2.0
76
+ - Tokenizers 0.21.0