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