jhj1769 commited on
Commit
aa05932
·
verified ·
1 Parent(s): 9b778ec

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-1B
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: 1Bmrpc-lora
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # 1Bmrpc-lora
19
+
20
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4214
23
+ - Accuracy: 0.8211
24
+ - F1: 0.8748
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 0.6744 | 1.0 | 459 | 0.5641 | 0.7230 | 0.8028 |
57
+ | 0.4767 | 2.0 | 918 | 0.4603 | 0.7696 | 0.8401 |
58
+ | 0.3781 | 3.0 | 1377 | 0.4208 | 0.8186 | 0.8697 |
59
+ | 0.3986 | 4.0 | 1836 | 0.4210 | 0.8235 | 0.8767 |
60
+ | 0.5034 | 5.0 | 2295 | 0.4214 | 0.8211 | 0.8748 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.14.0
66
+ - Transformers 4.47.1
67
+ - Pytorch 2.5.1+cu121
68
+ - Datasets 3.2.0
69
+ - Tokenizers 0.21.0