RichardErkhov commited on
Commit
6c4cc7c
·
verified ·
1 Parent(s): 3e9255e

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ opt-350m_fine_lr5e-05_bs4_epoch20_wd0.01 - AWQ
11
+ - Model creator: https://huggingface.co/jysssacc/
12
+ - Original model: https://huggingface.co/jysssacc/opt-350m_fine_lr5e-05_bs4_epoch20_wd0.01/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: other
20
+ base_model: facebook/opt-350m
21
+ tags:
22
+ - generated_from_trainer
23
+ model-index:
24
+ - name: opt-350m_fine_lr5e-05_bs4_epoch20_wd0.01
25
+ results: []
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # opt-350m_fine_lr5e-05_bs4_epoch20_wd0.01
32
+
33
+ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on an unknown dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 6.4402
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 5e-05
55
+ - train_batch_size: 4
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - lr_scheduler_warmup_steps: 500
61
+ - num_epochs: 20
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss |
66
+ |:-------------:|:-----:|:----:|:---------------:|
67
+ | 3.6861 | 1.0 | 157 | 3.5351 |
68
+ | 2.8315 | 2.0 | 314 | 3.7727 |
69
+ | 1.9912 | 3.0 | 471 | 4.1666 |
70
+ | 1.4737 | 4.0 | 628 | 4.4532 |
71
+ | 1.1977 | 5.0 | 785 | 4.9565 |
72
+ | 0.8678 | 6.0 | 942 | 4.9429 |
73
+ | 0.8014 | 7.0 | 1099 | 5.3148 |
74
+ | 0.685 | 8.0 | 1256 | 5.4586 |
75
+ | 0.6793 | 9.0 | 1413 | 5.3924 |
76
+ | 0.6246 | 10.0 | 1570 | 5.6821 |
77
+ | 0.5972 | 11.0 | 1727 | 5.8316 |
78
+ | 0.5604 | 12.0 | 1884 | 5.8977 |
79
+ | 0.5404 | 13.0 | 2041 | 6.0070 |
80
+ | 0.5375 | 14.0 | 2198 | 5.9317 |
81
+ | 0.5035 | 15.0 | 2355 | 6.1104 |
82
+ | 0.5088 | 16.0 | 2512 | 6.2142 |
83
+ | 0.4827 | 17.0 | 2669 | 6.1858 |
84
+ | 0.4744 | 18.0 | 2826 | 6.3306 |
85
+ | 0.4641 | 19.0 | 2983 | 6.3937 |
86
+ | 0.4531 | 20.0 | 3140 | 6.4402 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.36.2
92
+ - Pytorch 2.0.1
93
+ - Datasets 2.16.1
94
+ - Tokenizers 0.15.0
95
+
96
+