RichardErkhov commited on
Commit
0a6590e
·
verified ·
1 Parent(s): b6c8a66

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ facebook-opt-350m-asoria-love-poems - AWQ
11
+ - Model creator: https://huggingface.co/asoria/
12
+ - Original model: https://huggingface.co/asoria/facebook-opt-350m-asoria-love-poems/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ library_name: transformers
20
+ license: other
21
+ base_model: facebook/opt-350m
22
+ tags:
23
+ - trl
24
+ - sft
25
+ - generated_from_trainer
26
+ model-index:
27
+ - name: facebook-opt-350m-asoria-love-poems
28
+ results: []
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # facebook-opt-350m-asoria-love-poems
35
+
36
+ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on an unknown dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 3.9815
39
+ - Model Preparation Time: 0.005
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 0.0002
59
+ - train_batch_size: 1
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - gradient_accumulation_steps: 4
63
+ - total_train_batch_size: 4
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - training_steps: 100
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.44.2
76
+ - Pytorch 2.4.1+cu121
77
+ - Datasets 3.0.0
78
+ - Tokenizers 0.19.1
79
+
80
+