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