Model save
Browse files- README.md +126 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: mistralai/Ministral-8B-Instruct-2410
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: Ministral-8B-Instruct-2410-PsyCourse-fold3
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# Ministral-8B-Instruct-2410-PsyCourse-fold3
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [mistralai/Ministral-8B-Instruct-2410](https://huggingface.co/mistralai/Ministral-8B-Instruct-2410) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0487
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0001
|
40 |
+
- train_batch_size: 1
|
41 |
+
- eval_batch_size: 1
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 16
|
44 |
+
- total_train_batch_size: 16
|
45 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
+
- lr_scheduler_type: cosine
|
47 |
+
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 5.0
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.2581 | 0.0770 | 50 | 0.2414 |
|
55 |
+
| 0.0852 | 0.1539 | 100 | 0.0696 |
|
56 |
+
| 0.0612 | 0.2309 | 150 | 0.0584 |
|
57 |
+
| 0.0579 | 0.3078 | 200 | 0.0537 |
|
58 |
+
| 0.0436 | 0.3848 | 250 | 0.0433 |
|
59 |
+
| 0.0395 | 0.4617 | 300 | 0.0470 |
|
60 |
+
| 0.0436 | 0.5387 | 350 | 0.0454 |
|
61 |
+
| 0.0487 | 0.6156 | 400 | 0.0436 |
|
62 |
+
| 0.0302 | 0.6926 | 450 | 0.0377 |
|
63 |
+
| 0.0301 | 0.7695 | 500 | 0.0377 |
|
64 |
+
| 0.0422 | 0.8465 | 550 | 0.0353 |
|
65 |
+
| 0.0352 | 0.9234 | 600 | 0.0341 |
|
66 |
+
| 0.0327 | 1.0004 | 650 | 0.0346 |
|
67 |
+
| 0.0328 | 1.0773 | 700 | 0.0361 |
|
68 |
+
| 0.0278 | 1.1543 | 750 | 0.0347 |
|
69 |
+
| 0.0277 | 1.2312 | 800 | 0.0336 |
|
70 |
+
| 0.0278 | 1.3082 | 850 | 0.0347 |
|
71 |
+
| 0.0208 | 1.3851 | 900 | 0.0341 |
|
72 |
+
| 0.037 | 1.4621 | 950 | 0.0345 |
|
73 |
+
| 0.0335 | 1.5391 | 1000 | 0.0357 |
|
74 |
+
| 0.0305 | 1.6160 | 1050 | 0.0322 |
|
75 |
+
| 0.0337 | 1.6930 | 1100 | 0.0377 |
|
76 |
+
| 0.0221 | 1.7699 | 1150 | 0.0325 |
|
77 |
+
| 0.0192 | 1.8469 | 1200 | 0.0378 |
|
78 |
+
| 0.0282 | 1.9238 | 1250 | 0.0325 |
|
79 |
+
| 0.0216 | 2.0008 | 1300 | 0.0309 |
|
80 |
+
| 0.0172 | 2.0777 | 1350 | 0.0312 |
|
81 |
+
| 0.0238 | 2.1547 | 1400 | 0.0342 |
|
82 |
+
| 0.0118 | 2.2316 | 1450 | 0.0379 |
|
83 |
+
| 0.02 | 2.3086 | 1500 | 0.0349 |
|
84 |
+
| 0.0162 | 2.3855 | 1550 | 0.0389 |
|
85 |
+
| 0.0138 | 2.4625 | 1600 | 0.0367 |
|
86 |
+
| 0.0193 | 2.5394 | 1650 | 0.0348 |
|
87 |
+
| 0.0208 | 2.6164 | 1700 | 0.0356 |
|
88 |
+
| 0.0228 | 2.6933 | 1750 | 0.0326 |
|
89 |
+
| 0.0195 | 2.7703 | 1800 | 0.0323 |
|
90 |
+
| 0.0219 | 2.8472 | 1850 | 0.0317 |
|
91 |
+
| 0.0169 | 2.9242 | 1900 | 0.0329 |
|
92 |
+
| 0.0235 | 3.0012 | 1950 | 0.0340 |
|
93 |
+
| 0.0092 | 3.0781 | 2000 | 0.0377 |
|
94 |
+
| 0.0107 | 3.1551 | 2050 | 0.0413 |
|
95 |
+
| 0.0093 | 3.2320 | 2100 | 0.0398 |
|
96 |
+
| 0.0076 | 3.3090 | 2150 | 0.0406 |
|
97 |
+
| 0.0115 | 3.3859 | 2200 | 0.0380 |
|
98 |
+
| 0.0065 | 3.4629 | 2250 | 0.0371 |
|
99 |
+
| 0.0115 | 3.5398 | 2300 | 0.0394 |
|
100 |
+
| 0.006 | 3.6168 | 2350 | 0.0399 |
|
101 |
+
| 0.0119 | 3.6937 | 2400 | 0.0366 |
|
102 |
+
| 0.0068 | 3.7707 | 2450 | 0.0387 |
|
103 |
+
| 0.0079 | 3.8476 | 2500 | 0.0394 |
|
104 |
+
| 0.0092 | 3.9246 | 2550 | 0.0405 |
|
105 |
+
| 0.0088 | 4.0015 | 2600 | 0.0393 |
|
106 |
+
| 0.0017 | 4.0785 | 2650 | 0.0415 |
|
107 |
+
| 0.0076 | 4.1554 | 2700 | 0.0446 |
|
108 |
+
| 0.0017 | 4.2324 | 2750 | 0.0453 |
|
109 |
+
| 0.0027 | 4.3093 | 2800 | 0.0469 |
|
110 |
+
| 0.003 | 4.3863 | 2850 | 0.0485 |
|
111 |
+
| 0.0047 | 4.4633 | 2900 | 0.0493 |
|
112 |
+
| 0.0021 | 4.5402 | 2950 | 0.0484 |
|
113 |
+
| 0.0031 | 4.6172 | 3000 | 0.0485 |
|
114 |
+
| 0.0036 | 4.6941 | 3050 | 0.0488 |
|
115 |
+
| 0.0028 | 4.7711 | 3100 | 0.0488 |
|
116 |
+
| 0.0031 | 4.8480 | 3150 | 0.0487 |
|
117 |
+
| 0.0035 | 4.9250 | 3200 | 0.0487 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- PEFT 0.12.0
|
123 |
+
- Transformers 4.46.1
|
124 |
+
- Pytorch 2.5.1+cu124
|
125 |
+
- Datasets 3.1.0
|
126 |
+
- 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 87360584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69d24c9eb2884b518883dd79af6c7f3c62bd99e6865392585a8d8a59461850ae
|
3 |
size 87360584
|