Install locally

python -m pip install git+https://huggingface.co/AIGuy1000/news-sentiment-bert-3

How to Use It:

repo_id = "AIGuy1000/news-sentiment-bert-3"

clf = pipeline("text-classification", model=repo_id)

print(clf("Financial News Headline Here."))

Output:

[{'label': 'positive', 'score': 0.9995436072349548}]

Available labels: positive, neutral, negative

Downloads last month
4
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support