Instructions to use iashour/CANDLE_epss with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iashour/CANDLE_epss with Transformers:
# Load model directly from transformers import AutoTokenizer, EPSSPredictor tokenizer = AutoTokenizer.from_pretrained("iashour/CANDLE_epss") model = EPSSPredictor.from_pretrained("iashour/CANDLE_epss", device_map="auto") - Notebooks
- Google Colab
- Kaggle