Instructions to use minishlab/potion-code-16M-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Model2Vec
How to use minishlab/potion-code-16M-v2 with Model2Vec:
from model2vec import StaticModel model = StaticModel.from_pretrained("minishlab/potion-code-16M-v2") - Notebooks
- Google Colab
- Kaggle
fix-tokenizer
#1
by stephantulkens - opened
No description provided.
This PR fixes the tokenizer by removing padding and truncation.
stephantulkens changed pull request status to open
This PR fixes the tokenizer by removing padding and truncation.