rreit commited on
Commit
5cb4e02
·
verified ·
1 Parent(s): 0f89c00

Model save

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: mistralai/Mistral-7B-v0.1
7
+ model-index:
8
+ - name: mistral-7B-StaproCoder
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
+ # mistral-7B-StaproCoder
16
+
17
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.9444
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0005
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - training_steps: 2000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.2899 | 0.05 | 100 | 0.2422 |
54
+ | 7.7491 | 0.1 | 200 | 6.5822 |
55
+ | 5.5972 | 0.15 | 300 | 5.4527 |
56
+ | 4.4573 | 0.2 | 400 | 4.4971 |
57
+ | 4.7321 | 0.25 | 500 | 4.5034 |
58
+ | 4.1145 | 0.3 | 600 | 4.2461 |
59
+ | 5.1351 | 0.35 | 700 | 5.2545 |
60
+ | 5.1292 | 0.4 | 800 | 4.9499 |
61
+ | 5.1284 | 0.45 | 900 | 4.9904 |
62
+ | 4.8504 | 0.5 | 1000 | 4.7120 |
63
+ | 4.7261 | 0.55 | 1100 | 4.7263 |
64
+ | 4.8442 | 0.6 | 1200 | 4.9208 |
65
+ | 4.5097 | 0.65 | 1300 | 4.3945 |
66
+ | 4.1656 | 0.7 | 1400 | 4.2131 |
67
+ | 3.7099 | 0.75 | 1500 | 4.1495 |
68
+ | 3.9017 | 0.8 | 1600 | 4.0261 |
69
+ | 4.019 | 0.85 | 1700 | 3.9943 |
70
+ | 4.0291 | 0.9 | 1800 | 3.9615 |
71
+ | 3.876 | 0.95 | 1900 | 3.9494 |
72
+ | 3.8402 | 1.0 | 2000 | 3.9444 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - PEFT 0.9.0
78
+ - Transformers 4.39.0.dev0
79
+ - Pytorch 2.2.1+cu121
80
+ - Datasets 2.17.1
81
+ - Tokenizers 0.15.2