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 QuantFactory/TextBase-7B-v0.1-GGUF to start chattingUsing HuggingFace Spaces for Unsloth
# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for QuantFactory/TextBase-7B-v0.1-GGUF to start chattingTextBase-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
- 65
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 Unsloth Studio (macOS, Linux, WSL)
# Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for QuantFactory/TextBase-7B-v0.1-GGUF to start chatting