chchen commited on
Commit
462b60f
·
verified ·
1 Parent(s): f005a6e

Model save

Browse files
Files changed (2) hide show
  1. README.md +126 -0
  2. 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-fold1
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-fold1
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.0506
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.258 | 0.0770 | 50 | 0.2417 |
55
+ | 0.0852 | 0.1539 | 100 | 0.0696 |
56
+ | 0.0613 | 0.2309 | 150 | 0.0586 |
57
+ | 0.0575 | 0.3078 | 200 | 0.0534 |
58
+ | 0.0438 | 0.3848 | 250 | 0.0432 |
59
+ | 0.0403 | 0.4617 | 300 | 0.0464 |
60
+ | 0.0439 | 0.5387 | 350 | 0.0459 |
61
+ | 0.0497 | 0.6156 | 400 | 0.0441 |
62
+ | 0.0294 | 0.6926 | 450 | 0.0388 |
63
+ | 0.0296 | 0.7695 | 500 | 0.0397 |
64
+ | 0.0424 | 0.8465 | 550 | 0.0350 |
65
+ | 0.0346 | 0.9234 | 600 | 0.0348 |
66
+ | 0.0303 | 1.0004 | 650 | 0.0358 |
67
+ | 0.0331 | 1.0773 | 700 | 0.0367 |
68
+ | 0.0261 | 1.1543 | 750 | 0.0360 |
69
+ | 0.0273 | 1.2312 | 800 | 0.0343 |
70
+ | 0.0277 | 1.3082 | 850 | 0.0346 |
71
+ | 0.0213 | 1.3851 | 900 | 0.0339 |
72
+ | 0.036 | 1.4621 | 950 | 0.0347 |
73
+ | 0.0333 | 1.5391 | 1000 | 0.0350 |
74
+ | 0.0312 | 1.6160 | 1050 | 0.0321 |
75
+ | 0.0331 | 1.6930 | 1100 | 0.0357 |
76
+ | 0.024 | 1.7699 | 1150 | 0.0328 |
77
+ | 0.021 | 1.8469 | 1200 | 0.0370 |
78
+ | 0.028 | 1.9238 | 1250 | 0.0336 |
79
+ | 0.0222 | 2.0008 | 1300 | 0.0316 |
80
+ | 0.018 | 2.0777 | 1350 | 0.0308 |
81
+ | 0.0213 | 2.1547 | 1400 | 0.0338 |
82
+ | 0.0094 | 2.2316 | 1450 | 0.0372 |
83
+ | 0.0197 | 2.3086 | 1500 | 0.0334 |
84
+ | 0.0156 | 2.3855 | 1550 | 0.0391 |
85
+ | 0.0129 | 2.4625 | 1600 | 0.0370 |
86
+ | 0.0193 | 2.5394 | 1650 | 0.0334 |
87
+ | 0.0209 | 2.6164 | 1700 | 0.0356 |
88
+ | 0.0227 | 2.6933 | 1750 | 0.0329 |
89
+ | 0.0207 | 2.7703 | 1800 | 0.0326 |
90
+ | 0.0204 | 2.8472 | 1850 | 0.0322 |
91
+ | 0.0172 | 2.9242 | 1900 | 0.0331 |
92
+ | 0.0239 | 3.0012 | 1950 | 0.0345 |
93
+ | 0.0089 | 3.0781 | 2000 | 0.0378 |
94
+ | 0.0119 | 3.1551 | 2050 | 0.0414 |
95
+ | 0.0066 | 3.2320 | 2100 | 0.0406 |
96
+ | 0.0058 | 3.3090 | 2150 | 0.0429 |
97
+ | 0.0149 | 3.3859 | 2200 | 0.0405 |
98
+ | 0.0083 | 3.4629 | 2250 | 0.0393 |
99
+ | 0.0116 | 3.5398 | 2300 | 0.0393 |
100
+ | 0.0051 | 3.6168 | 2350 | 0.0412 |
101
+ | 0.0123 | 3.6937 | 2400 | 0.0385 |
102
+ | 0.0075 | 3.7707 | 2450 | 0.0398 |
103
+ | 0.0089 | 3.8476 | 2500 | 0.0403 |
104
+ | 0.0081 | 3.9246 | 2550 | 0.0407 |
105
+ | 0.0088 | 4.0015 | 2600 | 0.0408 |
106
+ | 0.002 | 4.0785 | 2650 | 0.0426 |
107
+ | 0.0073 | 4.1554 | 2700 | 0.0458 |
108
+ | 0.0015 | 4.2324 | 2750 | 0.0460 |
109
+ | 0.0034 | 4.3093 | 2800 | 0.0481 |
110
+ | 0.0019 | 4.3863 | 2850 | 0.0499 |
111
+ | 0.0043 | 4.4633 | 2900 | 0.0506 |
112
+ | 0.0017 | 4.5402 | 2950 | 0.0501 |
113
+ | 0.0025 | 4.6172 | 3000 | 0.0502 |
114
+ | 0.0036 | 4.6941 | 3050 | 0.0507 |
115
+ | 0.0033 | 4.7711 | 3100 | 0.0507 |
116
+ | 0.0036 | 4.8480 | 3150 | 0.0505 |
117
+ | 0.0025 | 4.9250 | 3200 | 0.0506 |
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:3e566bdae772a6b529326d12b8d15c5129cd72f56cd16631b3993fd6d0d77160
3
  size 87360584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb5fa3a92d81071d3b4414f4860f934abb27a47706ae2cc2edf7609b12b6fcf3
3
  size 87360584