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 Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
# Run inference directly in the terminal:
llama-cli -hf Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
# Run inference directly in the terminal:
llama-cli -hf Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_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 Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_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 Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
Use Docker
docker model run hf.co/Fynd/cleaned_v5_llamav2_7b_intent_entity_6_ep:Q4_0
Quick Links

Training procedure

The following bitsandbytes quantization config was used during training:

  • load_in_8bit: True
  • load_in_4bit: False
  • llm_int8_threshold: 6.0
  • llm_int8_skip_modules: None
  • llm_int8_enable_fp32_cpu_offload: False
  • llm_int8_has_fp16_weight: False
  • bnb_4bit_quant_type: fp4
  • bnb_4bit_use_double_quant: False
  • bnb_4bit_compute_dtype: float32

Framework versions

  • PEFT 0.5.0.dev0
Downloads last month
4
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support