Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/TextBase-7B-v0.1-GGUF:# Run inference directly in the terminal:
llama-cli -hf QuantFactory/TextBase-7B-v0.1-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/TextBase-7B-v0.1-GGUF:# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/TextBase-7B-v0.1-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/TextBase-7B-v0.1-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/TextBase-7B-v0.1-GGUF:Use Docker
docker model run hf.co/QuantFactory/TextBase-7B-v0.1-GGUF:TextBase-7B-v0.1-GGUF
This is quantized version of SF-Foundation/TextBase-7B-v0.1 created using llama.cpp
Model Description
Finetuned version of Mistral-7B-Instruct. Details on development to be published soon.
TextBase-7B was fine-tuned from the open source Mistral-7B model using a novel and patent-pending learning technique. Our learning framework relies on efficiently combining supervised and Reinforcement learning methods leveraging human and AI labels over a combination of public and CRM task-specific datasets. Supervised finetuning allows the model to learn task-specific skills while RLHF imparts human judgement making the model able to generalize, reason and follow instructions efficiently.
Checkout more models developed by Salesforce under https://huggingface.co/Salesforce
- Downloads last month
- 70
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Model tree for QuantFactory/TextBase-7B-v0.1-GGUF
Base model
SF-Foundation/TextBase-7B-v0.1
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/TextBase-7B-v0.1-GGUF:# Run inference directly in the terminal: llama-cli -hf QuantFactory/TextBase-7B-v0.1-GGUF: