Text Classification
Transformers
Safetensors
English
bert
sentiment-analysis
finance
english
text-embeddings-inference
Instructions to use marcev/financebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcev/financebert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marcev/financebert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marcev/financebert") model = AutoModelForSequenceClassification.from_pretrained("marcev/financebert") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,8 @@ datasets:
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
| 8 |
-
- accuracy
|
| 9 |
-
- f1
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
| 12 |
- bert
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
| 8 |
+
- accuracy : 0.92
|
| 9 |
+
- f1 : 0.92
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
| 12 |
- bert
|