LLM Nexus: The Future of Language Models
Collection
Top-tier Large Language Models (LLMs) for developers and researchers. Elevate your projects with cutting-edge AI from LLM Nexus. • 5 items • Updated • 2
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
8-bit
Base model
unsloth/llama-3-8b-Instruct-bnb-4bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Diluzx/Athena", filename="unsloth.Q8_0.gguf", )