Instructions to use opticalmaterials/opticalpurebert_abstract_classification_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opticalmaterials/opticalpurebert_abstract_classification_uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="opticalmaterials/opticalpurebert_abstract_classification_uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("opticalmaterials/opticalpurebert_abstract_classification_uncased") model = AutoModelForSequenceClassification.from_pretrained("opticalmaterials/opticalpurebert_abstract_classification_uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 434ab1fd88320e6b63adb44eccdc2716b1f4c80e12dae582e40dd2a62f05cb35
- Size of remote file:
- 438 MB
- SHA256:
- 38fb2786775cf6940c0634f5666b2d4ff5423948a51584fba5db17388e3220cb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.