Instructions to use jinaai/xlm-roberta-flash-implementation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinaai/xlm-roberta-flash-implementation with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jinaai/xlm-roberta-flash-implementation", dtype="auto") - Notebooks
- Google Colab
- Kaggle
feat: configurable use_reentrant
#37
by gmastrapas - opened
No description provided.
gmastrapas changed pull request title from Configurable `use_reentrant` to Configurable 'use_reentrant'
gmastrapas changed pull request title from Configurable 'use_reentrant' to feat: configurable use_reentrant
jupyterjazz changed pull request status to open
jupyterjazz changed pull request status to merged