Instructions to use FPll/Llama-LIMBA-2.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use FPll/Llama-LIMBA-2.0-GGUF with 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 FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf FPll/Llama-LIMBA-2.0-GGUF:Q4_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 FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf FPll/Llama-LIMBA-2.0-GGUF:Q4_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 FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
Use Docker
docker model run hf.co/FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use FPll/Llama-LIMBA-2.0-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "FPll/Llama-LIMBA-2.0-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FPll/Llama-LIMBA-2.0-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
- Ollama
How to use FPll/Llama-LIMBA-2.0-GGUF with Ollama:
ollama run hf.co/FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
- Unsloth Studio
How to use FPll/Llama-LIMBA-2.0-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for FPll/Llama-LIMBA-2.0-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for FPll/Llama-LIMBA-2.0-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for FPll/Llama-LIMBA-2.0-GGUF to start chatting
- Docker Model Runner
How to use FPll/Llama-LIMBA-2.0-GGUF with Docker Model Runner:
docker model run hf.co/FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
- Lemonade
How to use FPll/Llama-LIMBA-2.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull FPll/Llama-LIMBA-2.0-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Llama-LIMBA-2.0-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Llama LIMBA 2.0 — GGUF
Built with Llama
Llama LIMBA 2.0 is a fine-tuned Meta Llama 3.1 8B model developed for Italian and Limba Sarda Comuna (LSC).
The project explores the adaptation of a Large Language Model to a minority and low-resource language through parameter-efficient fine-tuning.
Capabilities
Llama LIMBA 2.0 supports:
- Italian → Limba Sarda Comuna translation;
- Limba Sarda Comuna → Italian translation;
- Sardinian text generation;
- conversational interaction;
- educational explanations;
- basic programming assistance;
- experimentation with minority-language NLP.
Model details
| Component | Value |
|---|---|
| Base model | Meta Llama 3.1 8B |
| Training checkpoint | unsloth/Meta-Llama-3.1-8B-bnb-4bit |
| Fine-tuning framework | Unsloth |
| Fine-tuning method | LoRA |
| Quantized loading | 4-bit |
| Context length | 4096 tokens |
| LoRA rank | 32 |
| LoRA alpha | 64 |
| Training epochs | 3 |
| Export format | GGUF |
| Quantization | Q4_K_M |
| Primary language | Limba Sarda Comuna |
| Secondary language | Italian |
Available model file
Meta-Llama-3.1-8B.Q4_K_M.gguf
The GGUF file can be used with compatible runtimes such as llama.cpp and llama-cpp-python.
Interactive demo
LIMBA 2.0 can be tested through its Hugging Face Spaces interface:
https://huggingface.co/spaces/FPll/Limba_2.0
The demo includes a Gradio conversational interface and lightweight retrieval from Sardinian and Italian Wikipedia.
Source code and documentation
The complete project repository includes:
- the public Unsloth and LoRA training notebook;
- the Gradio application;
- local GGUF inference code;
- a curated dataset sample;
- automated dataset validation;
- training methodology;
- qualitative evaluation criteria;
- limitations and responsible-use documentation.
https://github.com/francesco-palladino/LIMBA-Sardinian-Language-Model
Intended use
Llama LIMBA 2.0 is intended for:
- minority-language NLP experimentation;
- Italian–LSC translation assistance;
- educational demonstrations;
- conversational interaction;
- Sardinian text generation;
- research and prototyping;
- testing fine-tuning and deployment workflows.
Limitations
The model may:
- produce grammatically inconsistent or non-standard Sardinian;
- mix LSC, Italian and other Sardinian linguistic forms;
- alter nuances, terminology or tone during translation;
- generate inaccurate, incomplete or unsupported information;
- provide code or educational explanations requiring manual revision;
- perform differently depending on prompt formulation and topic.
The current evaluation process is primarily qualitative and does not yet constitute a formal linguistic benchmark.
Human review is recommended for translations, educational materials, public communications and content requiring linguistic or factual accuracy.
Responsible use
Llama LIMBA 2.0 should not be treated as the sole source for:
- official or certified translations;
- medical, legal or financial decisions;
- emergency information;
- safety-critical applications;
- authoritative linguistic certification.
Generated and retrieval-assisted information should be independently verified.
License and attribution
This model is distributed under the Meta Llama 3.1 Community License.
Llama 3.1 is licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.
Fine-tuning and GGUF conversion were performed using Unsloth.
- Downloads last month
- 22
4-bit
Model tree for FPll/Llama-LIMBA-2.0-GGUF
Base model
meta-llama/Llama-3.1-8B