Safetensors
GGUF
English
lfm2
conversational
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="wop/Creativity-lfm2-5-350M",
	filename="LFM2.5-350M.Q8_0.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Creativity-lfm2-5-350M

A fine tune of LFM 2.5 350M on the datasets:

  • wop/Extreme-Reasoning-CoT
  • wop/Unlimited-Creativity-Chain-of-Thought

The model was trained for 60 steps using Unsloth in google colab using the LFM docs.

Train loss graph:

image

Downloads last month
163
Safetensors
Model size
0.4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for wop/Creativity-lfm2-5-350M

Quantized
(28)
this model
Quantizations
2 models

Datasets used to train wop/Creativity-lfm2-5-350M

Collection including wop/Creativity-lfm2-5-350M