Minata commited on
Commit
53263c4
1 Parent(s): d304554

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: method2test-mistral-7B_v0
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
+ # method2test-mistral-7B_v0
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: 1.6527
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: 2.5e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 8
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 5
47
+ - training_steps: 1000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.9248 | 0.09 | 100 | 1.6111 |
54
+ | 0.8949 | 0.18 | 200 | 1.5985 |
55
+ | 0.9269 | 0.27 | 300 | 1.5983 |
56
+ | 0.8941 | 0.36 | 400 | 1.6074 |
57
+ | 0.8719 | 0.44 | 500 | 1.6126 |
58
+ | 0.8133 | 0.53 | 600 | 1.6316 |
59
+ | 0.7936 | 0.62 | 700 | 1.6385 |
60
+ | 0.7532 | 0.71 | 800 | 1.6554 |
61
+ | 0.7424 | 0.8 | 900 | 1.6479 |
62
+ | 0.7573 | 0.89 | 1000 | 1.6527 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.7.2.dev0
68
+ - Transformers 4.37.0.dev0
69
+ - Pytorch 2.1.0+cu121
70
+ - Datasets 2.16.1
71
+ - Tokenizers 0.15.0