Instructions to use Boomtoknlab/BoomchainLabs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Boomtoknlab/BoomchainLabs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Boomtoknlab/BoomchainLabs")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Boomtoknlab/BoomchainLabs", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by Boomtoknlab - opened
No description provided.
Boomtoknlab changed pull request status to merged
Boomtoknlab locked this discussion