Instructions to use rpii2023/Je_baat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rpii2023/Je_baat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="rpii2023/Je_baat")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("rpii2023/Je_baat") model = AutoModelForTokenClassification.from_pretrained("rpii2023/Je_baat") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 2