bleepybloops commited on
Commit
71f31d8
·
verified ·
1 Parent(s): 6bb0095

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -31,6 +31,17 @@ https://x.com/_lyraaaa_/status/1841762752404369745
31
 
32
  rank 32, trained for 3500 steps on over 200 labeled locations. trigger word ("geoguessr") not always necessary, just name a location
33
 
 
 
 
 
 
 
 
 
 
 
 
34
  **run this with diffusers:**
35
 
36
  ```py
@@ -73,16 +84,6 @@ display(Image(filename=filename))
73
 
74
  ```
75
 
76
- **known model biases:**
77
- - v1 of this model leans heavily towards rural locations due to dataset bias, will be fixed in v2 as i collect more data
78
- - it managed to generalize to locations not available on geoguessr, like china, although it drifts towards generic locations
79
- - its trained on lowercase country names, and flux is case sensitive. results may vary
80
- - it LOVES orange/red dirt colors. this will be fixed in v2 also
81
-
82
- geoguessr_v2 with a much larger dataset and less location bias will be out eventually.
83
-
84
- since i do not own the data for this model, i can't really claim ownership of the model itself either. have fun!
85
-
86
  <Gallery />
87
 
88
  trained with https://github.com/ostris/ai-toolkit/blob/main/notebooks/FLUX_1_dev_LoRA_Training.ipynb
 
31
 
32
  rank 32, trained for 3500 steps on over 200 labeled locations. trigger word ("geoguessr") not always necessary, just name a location
33
 
34
+
35
+ **known model biases:**
36
+ - v1 of this model leans heavily towards rural locations due to dataset bias, will be fixed in v2 as i collect more data
37
+ - it managed to generalize to locations not available on geoguessr, like china, although it drifts towards generic locations
38
+ - its trained on lowercase country names, and flux is case sensitive. results may vary
39
+ - it LOVES orange/red dirt colors. this will be fixed in v2 also
40
+
41
+ geoguessr_v2 with a much larger dataset and less location bias will be out eventually.
42
+
43
+ since i do not own the data for this model, i can't really claim ownership of the model itself either. have fun!
44
+
45
  **run this with diffusers:**
46
 
47
  ```py
 
84
 
85
  ```
86
 
 
 
 
 
 
 
 
 
 
 
87
  <Gallery />
88
 
89
  trained with https://github.com/ostris/ai-toolkit/blob/main/notebooks/FLUX_1_dev_LoRA_Training.ipynb