Instructions to use pin/analytical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pin/analytical with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pin/analytical")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pin/analytical") model = AutoModelForSequenceClassification.from_pretrained("pin/analytical") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
feef7ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6557782ee9e471b164ca529bf159e8ca9391b9969871d26acf5e48419973b197
size 442482744
|