Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use MarPla/BertAbstractComp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarPla/BertAbstractComp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MarPla/BertAbstractComp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MarPla/BertAbstractComp") model = AutoModelForSequenceClassification.from_pretrained("MarPla/BertAbstractComp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3d82ae8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2bba5605d10ae4f65d8f25fedd662825f08d9d76218d245a7c15dfa10db287a0
size 7615
|