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="safouene99999/Mistral_7b_Cyber_Instruct_gguf",
	filename="unsloth.Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Mistral-7B-Cyber-Instruct

This model was fine-tuned for cybersecurity-related tasks .

Highlights

  • Fine-tuned on cybersecurity question-answering datasets and used in incident report generation.
  • Exported to GGUF for compatibility with llama.cpp and offline inference.

Model Performance

Evaluated with BLEURT: 0.46, BERTScore: 0.83, and Perplexity: 11.6 .

Made With ❤️

Downloads last month
49
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 3 Ask for provider support

Model tree for safouene99999/Mistral_7b_Cyber_Instruct_gguf

Datasets used to train safouene99999/Mistral_7b_Cyber_Instruct_gguf