Text Generation
GGUF
Chinese
conversational
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 QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
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 QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
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 QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
Use Docker
docker model run hf.co/QuantFactory/Gemma-2-2b-Chinese-it-GGUF:
Quick Links

QuantFactory/Gemma-2-2b-Chinese-it-GGUF

This is quantized version of stvlynn/Gemma-2-2b-Chinese-it created using llama.cpp

Original Model Card

Gemma-2-2b-Chinese-it (Gemma-2-2b-中文)

Intro

Gemma-2-2b-Chinese-it used approximately 6.4k rows of ruozhiba dataset to fine-tune Gemma-2-2b-it.

Gemma-2-2b-中文使用了约6.4k弱智吧数据对Gemma-2-2b-it进行微调

Demo

Usage

see Google's doc:

google/gemma-2-2b-it


If you have any questions or suggestions, feel free to contact me.

Twitter @stv_lynn

Telegram @stvlynn

email i@stv.pm

Downloads last month
568
GGUF
Model size
3B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for QuantFactory/Gemma-2-2b-Chinese-it-GGUF

Quantized
(194)
this model

Datasets used to train QuantFactory/Gemma-2-2b-Chinese-it-GGUF