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