Text Classification
Transformers
Safetensors
English
roberta
scientific-text
abstract-sections
text-embeddings-inference
Instructions to use hongccccccc/roberta-abstract-section-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hongccccccc/roberta-abstract-section-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hongccccccc/roberta-abstract-section-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hongccccccc/roberta-abstract-section-classifier") model = AutoModelForSequenceClassification.from_pretrained("hongccccccc/roberta-abstract-section-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f2afa04 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5e223b6115aa22b61c8a1d9ab03437de7b16d25c427b38c35ad75b32d7a9f54b
size 2799
|