Instructions to use Shubhamai/tiny-bert-for-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shubhamai/tiny-bert-for-token-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Shubhamai/tiny-bert-for-token-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Shubhamai/tiny-bert-for-token-classification") model = AutoModelForTokenClassification.from_pretrained("Shubhamai/tiny-bert-for-token-classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- df4a4228e7d572130f3719a132d7fd9a4af69a87a2deb3a6508db5c44331c85e
- Size of remote file:
- 238 kB
- SHA256:
- 185ebff07fc9844ac30964ff0527592b0b7a1a06d688bef1b296871315e6c891
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.