Instructions to use Jarnails1559/sentiment-analyzer-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jarnails1559/sentiment-analyzer-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Jarnails1559/sentiment-analyzer-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 90 Bytes
ee02cf6 | 1 2 3 4 5 6 7 8 | {
"n_vocab": 50257,
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 12
}
|