genekogan commited on
Commit
540f1e0
·
verified ·
1 Parent(s): 127dea1

Add training_args.json

Browse files
Files changed (1) hide show
  1. training_args.json +82 -0
training_args.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "electricunicycle",
3
+ "checkpoint": "juggernaut",
4
+ "concept_mode": "object",
5
+ "input_images": "https://edenartlab-prod-data.s3.us-east-1.amazonaws.com/518db09067455b60bb3fab0561aa6c7466592f9b34bba770fa022cf299bbcd12.zip",
6
+ "num_training_images": 22,
7
+ "num_augmented_images": 39,
8
+ "seed": 3088179011,
9
+ "resolution": 960,
10
+ "train_batch_size": 4,
11
+ "num_train_epochs": 10000,
12
+ "max_train_steps": 600,
13
+ "is_lora": true,
14
+ "prodigy_d_coef": 0.8,
15
+ "ti_lr": 0.001,
16
+ "ti_weight_decay": 0.0003,
17
+ "lora_weight_decay": 0.002,
18
+ "l1_penalty": 0.1,
19
+ "lora_param_scaler": 0.5,
20
+ "lora_rank": 12,
21
+ "snr_gamma": 5.0,
22
+ "trigger_text": "TOK",
23
+ "segmentation_prompt": "Electric Unicycle",
24
+ "crop_based_on_salience": true,
25
+ "use_face_detection_instead": false,
26
+ "clipseg_temperature": 0.6,
27
+ "left_right_flip_augmentation": true,
28
+ "augment_imgs_up_to_n": 20,
29
+ "checkpointing_steps": 10000,
30
+ "run_name": "1708061186",
31
+ "hard_pivot": false,
32
+ "off_ratio_power": 0.1,
33
+ "trainig_captions": [
34
+ "Closeup of a woman's legs holding a white TOK.",
35
+ "Three people riding TOKs in the desert.",
36
+ "A black TOK against a white background.",
37
+ "A helmeted person leaning forward on a TOK with a building in the background, displaying three fingers.",
38
+ "A black and orange TOK against a white background.",
39
+ "A man in a helmet riding a TOK with a grassy background.",
40
+ "A man riding a TOK on a forest road.",
41
+ "A man leaning forward on a TOK, lake in the background.",
42
+ "Closeup of feet on two TOKs riding on the road.",
43
+ "Closeup of feet on two TOKs riding on the road.",
44
+ "A helmeted person riding a TOK with trees and grass in the background.",
45
+ "A closeup of a TOK leaning on the ground.",
46
+ "Two people's backs seen from behind riding TOKs in a park with a wooden gate.",
47
+ "Closeup of a person's foot in front of a TOK on blue ground, with the headlight visible.",
48
+ "A man riding a TOK down a dirt path in a forest.",
49
+ "A person in a gas mask in a garage holding a TOK in each hand.",
50
+ "A person with a backpack riding a TOK down a road from behind.",
51
+ "Closeup of the front of a TOK with a person's feet on it.",
52
+ "A fast-moving person in a red shirt on a TOK pointing forward with a blurry background.",
53
+ "A man riding downhill on a TOK, with mountains in the background.",
54
+ "A person on a TOK wearing a neon helmet in a metro station.",
55
+ "A man in black clothing rotating a TOK on the street.",
56
+ "Closeup of a woman's legs holding a white TOK.",
57
+ "Three people riding TOKs in the desert.",
58
+ "A black TOK against a white background.",
59
+ "A helmeted person leaning forward on a TOK, building in the background, three fingers showing.",
60
+ "A black and orange TOK against a white background.",
61
+ "A man in a helmet riding a TOK, with a grassy backdrop.",
62
+ "A man riding a TOK on a forest road.",
63
+ "A man leaning forward on a TOK, lake in the background.",
64
+ "Closeup of feet on two TOKs on the road.",
65
+ "Closeup of feet on two TOKs on the road.",
66
+ "A helmeted person riding a TOK with trees and grass in the background.",
67
+ "A closeup of a TOK leaning on the ground.",
68
+ "The backs of two people riding TOKs in a park with a wooden gate, viewed from behind.",
69
+ "Closeup of a person's foot next to a TOK on blue ground, headlight visible.",
70
+ "A man riding a TOK down a dirt path in a forest.",
71
+ "A person with a gas mask holding two TOKs in a garage.",
72
+ "A person with a backpack riding a TOK down the road from behind."
73
+ ],
74
+ "n_training_steps": 600,
75
+ "total_n_imgs_seen": 2400,
76
+ "grid_prompts": [
77
+ "<concept>",
78
+ "<concept> as a futuristic neon sign, glowing vividly in the night, cyberpunk, vaporwave",
79
+ "A whimsical papier-m\u00e2ch\u00e9 sculpture of <concept>, bursting with color and whimsy.",
80
+ "a masterful oil painting portraying <concept> with vibrant colors, thick brushstrokes, abstract, surrealism"
81
+ ]
82
+ }