How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Corentinrhr/FisaGPT:Q5_K_M
# Run inference directly in the terminal:
llama-cli -hf Corentinrhr/FisaGPT:Q5_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Corentinrhr/FisaGPT:Q5_K_M
# Run inference directly in the terminal:
llama-cli -hf Corentinrhr/FisaGPT:Q5_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Corentinrhr/FisaGPT:Q5_K_M
# Run inference directly in the terminal:
./llama-cli -hf Corentinrhr/FisaGPT:Q5_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Corentinrhr/FisaGPT:Q5_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Corentinrhr/FisaGPT:Q5_K_M
Use Docker
docker model run hf.co/Corentinrhr/FisaGPT:Q5_K_M
Quick Links

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
12
GGUF
Model size
8B params
Architecture
llama
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