Instructions to use SIRIS-Lab/erc-classifiers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SIRIS-Lab/erc-classifiers with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SIRIS-Lab/erc-classifiers")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SIRIS-Lab/erc-classifiers") model = AutoModelForSequenceClassification.from_pretrained("SIRIS-Lab/erc-classifiers", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- dddc2b835dc3031184f5bcdbf40f5832f45ff2aa0233f282d4ff1d1be6a81e0a
- Size of remote file:
- 440 MB
- SHA256:
- 460479fca2a5f7a821d98ede2c80792d168116c96f2dacbc697f3f61b68e39fd
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.