Converted text models
Collection
Text models in various precisions/formats, many specific to image models. • 6 items • Updated • 7
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 city96/umt5-xxl-encoder-gguf to start chatting# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for city96/umt5-xxl-encoder-gguf to start chattingThis is a GGUF conversion of Google's UMT5 xxl model, specifically the encoder part.
The weights can be used with ./llama-embedding or with the ComfyUI-GGUF custom node together with image/video generation models.
This is a non imatrix quant as llama.cpp doesn't support imatrix creation for T5 models at the time of writing. It's therefore recommended to use Q5_K_M or larger for the best results, although smaller models may also still provide decent results in resource constrained scenarios.
3-bit
4-bit
5-bit
6-bit
8-bit
16-bit
32-bit
Base model
google/umt5-xxl
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 city96/umt5-xxl-encoder-gguf to start chatting