Instructions to use csocsci/xlm-roberta-large-binary-cs-iib with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use csocsci/xlm-roberta-large-binary-cs-iib with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="csocsci/xlm-roberta-large-binary-cs-iib")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("csocsci/xlm-roberta-large-binary-cs-iib") model = AutoModel.from_pretrained("csocsci/xlm-roberta-large-binary-cs-iib") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 41d63ce
Chi Honolulu commited on
Upload README.md 31eb429
Chi Honolulu commited on
Upload tokenizer b5047e6
Chi Honolulu commited on
Upload README.md 257c013
Chi Honolulu commited on
Upload model d243847
Chi Honolulu commited on