End of training
Browse files- README.md +73 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
license: llama3.2
|
| 4 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- recall
|
| 10 |
+
model-index:
|
| 11 |
+
- name: llama3.2-lora-r8
|
| 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 |
+
# llama3.2-lora-r8
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on an unknown dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.3435
|
| 23 |
+
- Accuracy: 0.8967
|
| 24 |
+
- Mcc: 0.7934
|
| 25 |
+
- Recall: 0.89
|
| 26 |
+
- Fpr: 0.0967
|
| 27 |
+
- Auc: 0.9602
|
| 28 |
+
|
| 29 |
+
## Model description
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Intended uses & limitations
|
| 34 |
+
|
| 35 |
+
More information needed
|
| 36 |
+
|
| 37 |
+
## Training and evaluation data
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Training procedure
|
| 42 |
+
|
| 43 |
+
### Training hyperparameters
|
| 44 |
+
|
| 45 |
+
The following hyperparameters were used during training:
|
| 46 |
+
- learning_rate: 0.0002
|
| 47 |
+
- train_batch_size: 8
|
| 48 |
+
- eval_batch_size: 8
|
| 49 |
+
- seed: 42
|
| 50 |
+
- gradient_accumulation_steps: 2
|
| 51 |
+
- total_train_batch_size: 16
|
| 52 |
+
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 53 |
+
- lr_scheduler_type: linear
|
| 54 |
+
- num_epochs: 5
|
| 55 |
+
|
| 56 |
+
### Training results
|
| 57 |
+
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Mcc | Recall | Fpr | Auc |
|
| 59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|
|
| 60 |
+
| 0.5595 | 1.0 | 313 | 0.4085 | 0.8983 | 0.8015 | 0.8433 | 0.0467 | 0.9649 |
|
| 61 |
+
| 0.7058 | 2.0 | 626 | 0.2581 | 0.9083 | 0.8167 | 0.9033 | 0.0867 | 0.9702 |
|
| 62 |
+
| 0.1433 | 3.0 | 939 | 0.9177 | 0.8733 | 0.7600 | 0.78 | 0.0333 | 0.9683 |
|
| 63 |
+
| 0.0507 | 4.0 | 1252 | 1.2069 | 0.865 | 0.7456 | 0.7633 | 0.0333 | 0.9696 |
|
| 64 |
+
| 0.0013 | 5.0 | 1565 | 1.0756 | 0.875 | 0.7629 | 0.7833 | 0.0333 | 0.9701 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- PEFT 0.7.0
|
| 70 |
+
- Transformers 4.57.3
|
| 71 |
+
- Pytorch 2.9.1+cu128
|
| 72 |
+
- Datasets 2.15.0
|
| 73 |
+
- Tokenizers 0.22.1
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 24378096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3265c94d5d100acaf522cec746f3dafaf6833159c709721c1ea2e36ce4e7f8a5
|
| 3 |
size 24378096
|