Instructions to use fbaigt/proc_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fbaigt/proc_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="fbaigt/proc_roberta")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("fbaigt/proc_roberta") model = AutoModel.from_pretrained("fbaigt/proc_roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4eec3a1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:96d4f667d32c80763ecd9d3a6eeed0d0b568a21e663225233aced14cbb69db75
size 498627552
|