Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use XA7/Stock-market-news-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XA7/Stock-market-news-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="XA7/Stock-market-news-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("XA7/Stock-market-news-classification") model = AutoModelForSequenceClassification.from_pretrained("XA7/Stock-market-news-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2dde29e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:39c9a3854790d4806239afbe2e1cbd59448cbb6e0ae869c348e26ec619fd3c56
size 5176
|