Text Generation
Transformers
PyTorch
English
Finnish
llama
text-generation-inference
unsloth
trl
sft
conversational
Inference Endpoints
mpasila commited on
Commit
3a4bce0
1 Parent(s): bba679e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -16,10 +16,7 @@ datasets:
16
  - LumiOpen/instruction-collection-fin
17
  - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
18
  ---
19
- (Updated to 3500th step)
20
- So this is only the 3500th 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.
21
-
22
- This will receive safetensor files after it's fully trained.
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
 
 
16
  - LumiOpen/instruction-collection-fin
17
  - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
18
  ---
19
+ This is 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.
 
 
 
20
 
21
  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).
22