Update README.md
Browse files
README.md
CHANGED
@@ -24,5 +24,5 @@ The usual way of adding characters to an already trained model is LoRAs or simil
|
|
24 |
|
25 |
These factors make a fullscale finetune the best option for adding large amounts of characters to a model.
|
26 |
## The How
|
27 |
-
Thanks to optimizations to model training and technologies like Gradient Accumulation, it is possible to effectively finetune models even on normal consumer hardware like a single RTX 3090, as long as one has enough time
|
28 |
Additionally, by manually curating datasets of the different characters and using repeats to allow for a similar distribution between them, one can ensure a more balanced learning process.
|
|
|
24 |
|
25 |
These factors make a fullscale finetune the best option for adding large amounts of characters to a model.
|
26 |
## The How
|
27 |
+
Thanks to optimizations to model training and technologies like Gradient Accumulation, it is possible to effectively finetune models even on normal consumer hardware like a single RTX 3090, as long as one has enough time.
|
28 |
Additionally, by manually curating datasets of the different characters and using repeats to allow for a similar distribution between them, one can ensure a more balanced learning process.
|