Instructions to use LeanQuant/SketchTune-ckpts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeanQuant/SketchTune-ckpts with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LeanQuant/SketchTune-ckpts", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and improve documentation
#1
by nielsr HF Staff - opened
Hi! This PR improves the model card for the SketchTune checkpoints.
The main changes include:
- Adding the
pipeline_tag: text-generationto the metadata to ensure the models are correctly categorized and searchable on the Hub. - Linking the paper title to its corresponding Hugging Face paper page.
- Explicitly listing the authors for better visibility.
- Maintaining all existing technical details, performance tables, and citation information.