Jyrrata commited on
Commit
17c8da9
·
verified ·
1 Parent(s): 20d5784

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 to complete the training. The reduced size due to not needing to train an entire base model, this becomes even more feasible.
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.