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