PEFT
Safetensors
Transformers
English
Finnish
text-generation-inference
unsloth
llama
trl
mpasila commited on
Commit
1726a44
1 Parent(s): 7867508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -16,12 +16,10 @@ datasets:
16
  - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
17
  library_name: peft
18
  ---
19
- Due to Huggingface's new maximum storage limit I might not be able to upload the final trained version for a while.
20
 
21
- In case I can't upload it here you can check out this site [models.minipasila.net](https://models.minipasila.net/).
22
-
23
- (Updated to 2500th step)
24
- So this is only the 2500th step (out of 3922) trained on Google Colab because I'm a little low on money but at least that's free.. While testing the LoRA it seems to perform fairly well. The only real issue with this base model is that it only has 2048 token context size.
25
 
26
  The trained formatting should be ChatML but it seemed to work better with Mistral's formatting for some reason (could be just due to me not having merged the model yet).
27
 
 
16
  - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
17
  library_name: peft
18
  ---
19
+ In case I can't upload the newest step here you can check out this site [models.minipasila.net](https://models.minipasila.net/).
20
 
21
+ (Updated to 3000th step)
22
+ So this is only the 3000th step (out of 3922) trained on Google Colab because I'm a little low on money but at least that's free.. While testing the LoRA it seems to perform fairly well. The only real issue with this base model is that it only has 2048 token context size.
 
 
23
 
24
  The trained formatting should be ChatML but it seemed to work better with Mistral's formatting for some reason (could be just due to me not having merged the model yet).
25