Text Generation
PEFT
TensorBoard
Safetensors
Generated from Trainer
hf_jobs
trl
unsloth
sft
lora
conversational
Instructions to use MenemAI/lfm-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MenemAI/lfm-finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/LFM2.5-1.2B-Instruct") model = PeftModel.from_pretrained(base_model, "MenemAI/lfm-finetuned") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da393f2c469671032a18e76d8fa3f5267c590f5ad65e425249e59be9e2b09c7a
|
| 3 |
+
size 22241248
|