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