llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
As part of a school IT project, we fine-tuned Llama 3 with a dataset based on data from our FISA course at Telecom Sud Paris.
base_model: jpacifico/French-Alpaca-Llama3-8B-Instruct-v1.0 language: - en license: apache-2.0 tags: - text-generation-inference - transformers - unsloth - llama - gguf
Uploaded model
- Developed by: Corentinrhr
- License: apache-2.0
- Finetuned from model : jpacifico/French-Alpaca-Llama3-8B-Instruct-v1.0
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 16
Hardware compatibility
Log In to add your hardware
5-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="Corentinrhr/FisaGPT", filename="FisaGPT_Llama3.Q5_K_M.gguf", )