Instructions to use madatnlp/k2w2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madatnlp/k2w2 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("madatnlp/k2w2") model = AutoModelForPreTraining.from_pretrained("madatnlp/k2w2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K