Instructions to use Jyotiyadav/model9.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jyotiyadav/model9.0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Jyotiyadav/model9.0")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("Jyotiyadav/model9.0") model = AutoModelForTokenClassification.from_pretrained("Jyotiyadav/model9.0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 5.11 kB
- SHA256:
- 6710d98c9597411a59cbb391dbd29999f61b955f433405f21493202f4d99f5e9
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.