Instructions to use textcleanlm/fidelity-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use textcleanlm/fidelity-tiny with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("textcleanlm/fidelity-tiny", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use textcleanlm/fidelity-tiny with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for textcleanlm/fidelity-tiny to start chatting
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 textcleanlm/fidelity-tiny to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for textcleanlm/fidelity-tiny to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="textcleanlm/fidelity-tiny", max_seq_length=2048, )
- Xet hash:
- 51bd22f03bd9361871004959d9149cd405896f43677f63be3f2b2d8cb6b763a6
- Size of remote file:
- 536 MB
- SHA256:
- 700b710a9a99c295ed546647aa81cacf9f81f4c573ea2be613a0e2517a44afab
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.