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