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
c18f31b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:84ac824c7517d24ed4d3876ff5f8eb6ea05665fb393731ebd74b93325e254e77
size 442563297
|