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="Offensivesec/ubuntu_supportMD",
	filename="model-Q4_K_M.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

ubuntu_supportMD

Fine-tuned on mugithi/ubuntu_question_answer.

Run with Ollama

ollama create my-model -f Modelfile
ollama run my-model

Details

  • Base: Pretrained: gpt2
  • Dataset: mugithi/ubuntu_question_answer
  • Epochs: 3
  • Quantization: Q4_K_M
Downloads last month
93
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support