Model save
Browse files- README.md +76 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: llama3.2
|
4 |
+
base_model: meta-llama/Llama-3.2-1B-Instruct
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- f1
|
10 |
+
model-index:
|
11 |
+
- name: llama-1b-irony
|
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 |
+
# llama-1b-irony
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6571
|
23 |
+
- Accuracy: 0.6658
|
24 |
+
- F1: 0.5112
|
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: 0.0002
|
44 |
+
- train_batch_size: 32
|
45 |
+
- eval_batch_size: 32
|
46 |
+
- seed: 42
|
47 |
+
- gradient_accumulation_steps: 4
|
48 |
+
- total_train_batch_size: 128
|
49 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 100
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
58 |
+
| No log | 1.0 | 30 | 0.8135 | 0.6441 | 0.5114 |
|
59 |
+
| No log | 2.0 | 60 | 0.7566 | 0.6122 | 0.5529 |
|
60 |
+
| No log | 3.0 | 90 | 0.7246 | 0.6301 | 0.5338 |
|
61 |
+
| No log | 4.0 | 120 | 0.6850 | 0.6467 | 0.5249 |
|
62 |
+
| No log | 5.0 | 150 | 0.6739 | 0.6722 | 0.5353 |
|
63 |
+
| No log | 6.0 | 180 | 0.6852 | 0.6556 | 0.4706 |
|
64 |
+
| No log | 7.0 | 210 | 0.6446 | 0.6862 | 0.5669 |
|
65 |
+
| No log | 8.0 | 240 | 0.6489 | 0.6747 | 0.5487 |
|
66 |
+
| No log | 9.0 | 270 | 0.6449 | 0.6747 | 0.5422 |
|
67 |
+
| No log | 10.0 | 300 | 0.6571 | 0.6658 | 0.5112 |
|
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
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6840704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81cef7d70edf0d533c1ec4cfa9323da72db73fc3f40f4c59b5d824bef5c95fc4
|
3 |
size 6840704
|