llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)This model is fine tuned from Llama3.2-3b, it is trained to extract names of companies, projects and people in a specific json format.
The intent is to use this on desktop to anonymyze text that later goes on to cloud
The model was trained using unsloth on google collab
- Downloads last month
- 44
Hardware compatibility
Log In to add your hardware
16-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="shadicopty/llama3.2-entity", filename="unsloth.F16.gguf", )