RichardErkhov commited on
Commit
20f969a
·
verified ·
1 Parent(s): 159e8fe

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
+ sft_openassistant-guanaco - AWQ
11
+ - Model creator: https://huggingface.co/mengdili/
12
+ - Original model: https://huggingface.co/mengdili/sft_openassistant-guanaco/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: other
20
+ base_model: facebook/opt-350m
21
+ tags:
22
+ - trl
23
+ - sft
24
+ - generated_from_trainer
25
+ datasets:
26
+ - generator
27
+ model-index:
28
+ - name: sft_openassistant-guanaco
29
+ results: []
30
+ ---
31
+
32
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
33
+ should probably proofread and complete it, then remove this comment. -->
34
+
35
+ # sft_openassistant-guanaco
36
+
37
+ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the generator dataset.
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1.41e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - distributed_type: multi-GPU
61
+ - num_devices: 4
62
+ - gradient_accumulation_steps: 16
63
+ - total_train_batch_size: 2048
64
+ - total_eval_batch_size: 32
65
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
+ - lr_scheduler_type: linear
67
+ - num_epochs: 3.0
68
+
69
+ ### Training results
70
+
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.38.2
76
+ - Pytorch 2.2.1+cu121
77
+ - Datasets 2.18.0
78
+ - Tokenizers 0.15.2
79
+
80
+