Transformers
GGUF
French
English
conversational
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 jpacifico/French-Alpaca-7B-Instruct-beta-GGUF:Q8_0
# Run inference directly in the terminal:
llama-cli -hf jpacifico/French-Alpaca-7B-Instruct-beta-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf jpacifico/French-Alpaca-7B-Instruct-beta-GGUF:Q8_0
# Run inference directly in the terminal:
llama-cli -hf jpacifico/French-Alpaca-7B-Instruct-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-7B-Instruct-beta-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf jpacifico/French-Alpaca-7B-Instruct-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-7B-Instruct-beta-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf jpacifico/French-Alpaca-7B-Instruct-beta-GGUF:Q8_0
Use Docker
docker model run hf.co/jpacifico/French-Alpaca-7B-Instruct-beta-GGUF:Q8_0
Quick Links

Model Card for Model ID

A 7B language model. Good in French.

Model Description

French-Alpaca is a 7.24B params LLM model based on the mlabonne/AlphaMonarch-7B merged model(Mistral-7B base),
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 GGUF version can be used on a CPU device, compatible with llama.cpp and LM Studio.

image/jpeg

Limitations

The French-Alpaca beta model is a quick demonstration that a base 7B model 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: Apache 2.0
  • Finetuned from model : mlabonne/AlphaMonarch-7B
Downloads last month
10
GGUF
Model size
7B params
Architecture
llama
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-7B-Instruct-beta-GGUF

Collection including jpacifico/French-Alpaca-7B-Instruct-beta-GGUF