Instructions to use csocsci/robeczech-base-binary-cs-iib with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use csocsci/robeczech-base-binary-cs-iib with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="csocsci/robeczech-base-binary-cs-iib")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("csocsci/robeczech-base-binary-cs-iib") model = AutoModel.from_pretrained("csocsci/robeczech-base-binary-cs-iib") - Notebooks
- Google Colab
- Kaggle