Instructions to use LeanQuant/SketchTune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeanQuant/SketchTune with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LeanQuant/SketchTune", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, license and paper link
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the text-generation pipeline tag and the apache-2.0 license to the metadata. It also links the repository to its corresponding paper page on Hugging Face for better discoverability and context.