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

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Finnish-NLP/Ahma-7B
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - llama
8
+ - trl
9
+ license: apache-2.0
10
+ language:
11
+ - en
12
+ - fi
13
+ datasets:
14
+ - mpasila/LumiOpenInstruct-GrypheSlimOrca-Mix
15
+ - LumiOpen/instruction-collection-fin
16
+ - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
17
+ library_name: peft
18
+ ---
19
+ So this is only the 500th 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.
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
+
23
+ Dataset used was [a mix](https://huggingface.co/datasets/mpasila/LumiOpenInstruct-GrypheSlimOrca-Mix) of these:
24
+
25
+ [LumiOpen/instruction-collection-fin](https://huggingface.co/datasets/LumiOpen/instruction-collection-fin)
26
+
27
+ [Gryphe/Sonnet3.5-SlimOrcaDedupCleaned](https://huggingface.co/datasets/Gryphe/Sonnet3.5-SlimOrcaDedupCleaned)
28
+
29
+ LoRA: [mpasila/Ahma-SlimInstruct-LoRA-V0.1-7B](https://huggingface.co/mpasila/Ahma-SlimInstruct-LoRA-V0.1-7B)
30
+
31
+ # Uploaded Ahma-SlimInstruct-LoRA-V0.1-7B model
32
+
33
+ - **Developed by:** mpasila
34
+ - **License:** apache-2.0
35
+ - **Finetuned from model :** Finnish-NLP/Ahma-7B
36
+
37
+ This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
38
+
39
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)