Instructions to use allenai/cs_roberta_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/cs_roberta_base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("allenai/cs_roberta_base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub (#1)
Browse files- Upload README.md with huggingface_hub (07b895d6ea4af642ea9d7945805917ab8a24cdc4)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>