Instructions to use bumblebee-testing/tiny-random-SmolLM3ForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bumblebee-testing/tiny-random-SmolLM3ForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bumblebee-testing/tiny-random-SmolLM3ForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bumblebee-testing/tiny-random-SmolLM3ForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("bumblebee-testing/tiny-random-SmolLM3ForTokenClassification") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
1e1512d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4054753183f6d7756bb259289464426d7b86e712751e6990ffc7c6563ab5d08
size 195376
|