Instructions to use ChristBERT/sciGNAD_tcls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChristBERT/sciGNAD_tcls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ChristBERT/sciGNAD_tcls")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ChristBERT/sciGNAD_tcls", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload RobertaForSequenceClassification 76be1c6 verified
Upload RobertaForSequenceClassification 4a5f7db verified
Upload tokenizer 3390b57 verified
Upload model 76cfed7 verified
Upload config.json with huggingface_hub 9d0bb02 verified
Raphael Scheible commited on
initial commit 059bcaf verified
Raphael Scheible commited on