Instructions to use celential/erc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use celential/erc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="celential/erc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("celential/erc") model = AutoModelForSequenceClassification.from_pretrained("celential/erc") - Notebooks
- Google Colab
- Kaggle
Update spiece.model
Browse files- spiece.model +0 -0
spiece.model
ADDED
|
Binary file (760 kB). View file
|
|
|