RichardErkhov commited on
Commit
c0000ef
1 Parent(s): 95b0992

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dadjokes-tuned-opt - AWQ
11
+ - Model creator: https://huggingface.co/gnumanth/
12
+ - Original model: https://huggingface.co/gnumanth/dadjokes-tuned-opt/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: mit
20
+ base_model: facebook/opt-350m
21
+ tags:
22
+ - trl
23
+ - sft
24
+ - gnumanth/dadjokes-trained-opt
25
+ model-index:
26
+ - name: tmp_trainer
27
+ results: []
28
+ datasets:
29
+ - gnumanth/dad-jokes
30
+ language:
31
+ - en
32
+ pipeline_tag: text-generation
33
+ widget:
34
+ - text: "joke"
35
+ ---
36
+
37
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
38
+ should probably proofread and complete it, then remove this comment. -->
39
+
40
+ #
41
+
42
+ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on an [gnumanth/dad-jokes](https://huggingface.co/datasets/gnumanth/dad-jokes) dataset.
43
+
44
+ ## Model description
45
+
46
+ SFT Trained simple model for fun!
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 5e-05
52
+ - train_batch_size: 8
53
+ - eval_batch_size: 8
54
+ - seed: 42
55
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
+ - lr_scheduler_type: linear
57
+ - num_epochs: 3.0
58
+
59
+ ### Training results
60
+
61
+ ```
62
+ TrainOutput(global_step=18, training_loss=2.2378472222222223, metrics={'train_runtime': 149.7511, 'train_samples_per_second': 0.881, 'train_steps_per_second': 0.12, 'total_flos': 9828797644800.0, 'train_loss': 2.2378472222222223, 'epoch': 3.0})
63
+ ```
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.38.1
68
+ - Pytorch 2.1.0+cu121
69
+ - Datasets 2.17.1
70
+ - Tokenizers 0.15.1
71
+