Text Classification
Transformers
Safetensors
PyTorch
xlm-roberta
finance
sentiment-analysis
financial-sentiment-analysis
multilingual
financial-nlp
perspective-aware
stock-market
text-embeddings-inference
Instructions to use Kenpache/flame2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kenpache/flame2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Kenpache/flame2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Kenpache/flame2") model = AutoModelForSequenceClassification.from_pretrained("Kenpache/flame2") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -14,12 +14,15 @@ language:
|
|
| 14 |
tags:
|
| 15 |
- finance
|
| 16 |
- sentiment-analysis
|
|
|
|
| 17 |
- multilingual
|
| 18 |
- xlm-roberta
|
| 19 |
- financial-nlp
|
| 20 |
- perspective-aware
|
| 21 |
- stock-market
|
| 22 |
- text-classification
|
|
|
|
|
|
|
| 23 |
metrics:
|
| 24 |
- accuracy
|
| 25 |
- f1
|
|
|
|
| 14 |
tags:
|
| 15 |
- finance
|
| 16 |
- sentiment-analysis
|
| 17 |
+
- financial-sentiment-analysis
|
| 18 |
- multilingual
|
| 19 |
- xlm-roberta
|
| 20 |
- financial-nlp
|
| 21 |
- perspective-aware
|
| 22 |
- stock-market
|
| 23 |
- text-classification
|
| 24 |
+
- transformers
|
| 25 |
+
- pytorch
|
| 26 |
metrics:
|
| 27 |
- accuracy
|
| 28 |
- f1
|