Technotech commited on
Commit
69f03b2
1 Parent(s): 6e43faa

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - Technotech/sd-prompt-instruct
6
+ language:
7
+ - en
8
+ tags:
9
+ - stable-diffusion
10
+ - instruct
11
+ - magic-prompt
12
+ ---
13
+ # OpenLlama 3B Stable Diffusion Prompt Instruct
14
+
15
+ Trained for 0.4 epochs (test) on [Technotech/sd-prompt-instruct](https://huggingface.co/datasets/Technotech/sd-prompt-instruct).
16
+
17
+ ## Training procedure
18
+
19
+
20
+ The following `bitsandbytes` quantization config was used during training:
21
+ - load_in_8bit: False
22
+ - load_in_4bit: True
23
+ - llm_int8_threshold: 6.0
24
+ - llm_int8_skip_modules: None
25
+ - llm_int8_enable_fp32_cpu_offload: False
26
+ - llm_int8_has_fp16_weight: False
27
+ - bnb_4bit_quant_type: fp4
28
+ - bnb_4bit_use_double_quant: False
29
+ - bnb_4bit_compute_dtype: float32
30
+ ### Framework versions
31
+
32
+
33
+ - PEFT 0.5.0.dev0