nerottt commited on
Commit
e2b1030
1 Parent(s): 29fecda

End of training

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: lc_v7_select
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # lc_v7_select
18
+
19
+ 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.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.3328
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 1.4231 | 1.0 | 297 | 1.3575 |
53
+ | 1.2756 | 2.0 | 594 | 1.3408 |
54
+ | 1.2876 | 3.0 | 891 | 1.3342 |
55
+ | 1.2691 | 4.0 | 1188 | 1.3322 |
56
+ | 1.239 | 5.0 | 1485 | 1.3334 |
57
+ | 1.2492 | 6.0 | 1782 | 1.3324 |
58
+ | 1.3679 | 7.0 | 2079 | 1.3325 |
59
+ | 1.3518 | 8.0 | 2376 | 1.3329 |
60
+ | 1.2306 | 9.0 | 2673 | 1.3333 |
61
+ | 1.2744 | 10.0 | 2970 | 1.3328 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.11.1
67
+ - Transformers 4.41.2
68
+ - Pytorch 2.1.0+cu118
69
+ - Datasets 2.20.0
70
+ - Tokenizers 0.19.1