How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
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 jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
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 jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
Use Docker
docker model run hf.co/jpacifico/French-Alpaca-Phi-3-beta-GGUF:Q8_0
Quick Links

French-Alpaca-Phi-3-GGUF

French-Alpaca is a 3B params LLM model based on microsoft/Phi-3-mini-4k-instruct ,
fine-tuned from the original French-Alpaca-dataset entirely generated with OpenAI GPT-3.5-turbo.
The fine-tuning method is inspired from https://crfm.stanford.edu/2023/03/13/alpaca.html

This quantized f16 GGUF version can be used on a CPU device, compatible llama.cpp
Unsupported architecture by LM Studio.

Limitations

The French-Alpaca models family is a quick demonstration that a small LM ( < 8B params )
can be easily fine-tuned to specialize in a particular language. It does not have any moderation mechanisms.

  • Developed by: Jonathan Pacifico, 2024
  • Model type: LLM
  • Language(s) (NLP): French
  • License: MIT
  • Finetuned from model : microsoft/Phi-3-mini-4k-instruct
Downloads last month
10
GGUF
Model size
4B params
Architecture
phi3
Hardware compatibility
Log In to add your hardware

8-bit

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

Dataset used to train jpacifico/French-Alpaca-Phi-3-beta-GGUF

Collection including jpacifico/French-Alpaca-Phi-3-beta-GGUF