-
-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy path#ernie LoRA 16GB.json
More file actions
30 lines (30 loc) · 747 Bytes
/
Copy path#ernie LoRA 16GB.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"base_model_name": "baidu/ERNIE-Image",
"batch_size": 2,
"learning_rate": 3e-4,
"model_type": "ERNIE",
"resolution": "512",
"compile": true,
"transformer": {
"train": true,
"weight_dtype": "INT_W8A8"
},
"text_encoder": {
"train": false,
"weight_dtype": "FLOAT_8"
},
"training_method": "LORA",
"vae": {
"weight_dtype": "FLOAT_32"
},
"train_dtype": "BFLOAT_16",
"output_dtype": "BFLOAT_16",
"layer_filter": "self_attention,mlp",
"layer_filter_preset": "attn-mlp",
"quantization": {
"layer_filter": "layers",
"layer_filter_preset": "blocks"
},
"timestep_distribution": "LOGIT_NORMAL",
"caching_threads": 1
}