Feature Extraction
Transformers
PyTorch
English
bert
token-classification
materials
text-embeddings-inference
Instructions to use pranav-s/PolymerNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pranav-s/PolymerNER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pranav-s/PolymerNER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("pranav-s/PolymerNER") model = AutoModelForTokenClassification.from_pretrained("pranav-s/PolymerNER") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 91b0618bf70f27036aa224e5c9dc97f21aa70b84065c9220a367afc46dde60bd
- Size of remote file:
- 436 MB
- SHA256:
- 73c7ad087af05c9dbd3b8b99d4550a7b8e5eccf6c10efa7e445c505f579478ad
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.