Model save
Browse files- README.md +79 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: qwen_lora
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# qwen_lora
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0622
|
20 |
+
- Mse: 0.0622
|
21 |
+
- Mae: 0.1968
|
22 |
+
- R Squared: 0.3060
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0001
|
42 |
+
- train_batch_size: 128
|
43 |
+
- eval_batch_size: 128
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: cosine
|
47 |
+
- lr_scheduler_warmup_ratio: 0.01
|
48 |
+
- num_epochs: 5
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R Squared |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:---------:|
|
55 |
+
| 0.0875 | 0.3115 | 100 | 0.0854 | 0.0854 | 0.2351 | 0.0471 |
|
56 |
+
| 0.0786 | 0.6231 | 200 | 0.0741 | 0.0741 | 0.2186 | 0.1735 |
|
57 |
+
| 0.0709 | 0.9346 | 300 | 0.0716 | 0.0716 | 0.2193 | 0.2018 |
|
58 |
+
| 0.0675 | 1.2461 | 400 | 0.0735 | 0.0735 | 0.2106 | 0.1803 |
|
59 |
+
| 0.0681 | 1.5576 | 500 | 0.0710 | 0.0710 | 0.2076 | 0.2081 |
|
60 |
+
| 0.0627 | 1.8692 | 600 | 0.0675 | 0.0675 | 0.2059 | 0.2468 |
|
61 |
+
| 0.0628 | 2.1807 | 700 | 0.0657 | 0.0657 | 0.2031 | 0.2677 |
|
62 |
+
| 0.0591 | 2.4922 | 800 | 0.0646 | 0.0646 | 0.2033 | 0.2799 |
|
63 |
+
| 0.06 | 2.8037 | 900 | 0.0660 | 0.0660 | 0.2007 | 0.2638 |
|
64 |
+
| 0.0553 | 3.1153 | 1000 | 0.0633 | 0.0633 | 0.2012 | 0.2944 |
|
65 |
+
| 0.0612 | 3.4268 | 1100 | 0.0654 | 0.0654 | 0.2078 | 0.2711 |
|
66 |
+
| 0.0542 | 3.7383 | 1200 | 0.0627 | 0.0627 | 0.1987 | 0.3009 |
|
67 |
+
| 0.0529 | 4.0498 | 1300 | 0.0623 | 0.0623 | 0.1970 | 0.3049 |
|
68 |
+
| 0.0546 | 4.3614 | 1400 | 0.0624 | 0.0624 | 0.1962 | 0.3044 |
|
69 |
+
| 0.0535 | 4.6729 | 1500 | 0.0623 | 0.0623 | 0.1972 | 0.3055 |
|
70 |
+
| 0.0536 | 4.9844 | 1600 | 0.0622 | 0.0622 | 0.1968 | 0.3060 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- PEFT 0.13.2
|
76 |
+
- Transformers 4.45.2
|
77 |
+
- Pytorch 2.5.1+cu121
|
78 |
+
- Datasets 3.1.0
|
79 |
+
- Tokenizers 0.20.3
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 34886416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3f961aa244a36b567b89b127110d0a3c863f741ce75388005e05ddb4db5bfd6
|
3 |
size 34886416
|