Block a user
models merging
I have added the Polish language to my tokenizer.json file:
"language": "pl",
And in tokenizer.py, I made changes in the preprocess_text function by adding the following code:
…
models merging
If I remember right, the model merging code is shamelessly (but credited) lifted from
voldyAutomatic1111's Stable…