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 QuantFactory/TextBase-7B-v0.1-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/TextBase-7B-v0.1-GGUF:
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:
Quick Links

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
GGUF
Model size
7B params
Architecture
llama
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/TextBase-7B-v0.1-GGUF

Quantized
(2)
this model