Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sigma/financial-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sigma/financial-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sigma/financial-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sigma/financial-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("Sigma/financial-sentiment-analysis") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439087469
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4255c79fd0ba343b6e12756e5607458b3129eb6a87385601f815a68d731623a4
|
| 3 |
size 439087469
|
runs/May14_11-19-47_60ca0105a1b5/events.out.tfevents.1652527192.60ca0105a1b5.72.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd95d521f4671fd1b534550e72a19b081627f86343e6c4a637edc58061dfd677
|
| 3 |
+
size 4046
|
runs/May14_11-19-47_60ca0105a1b5/events.out.tfevents.1652527301.60ca0105a1b5.72.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07561d697a34a1dca53527364e4c1d05700b014813f5e0429693ec8094eb06f3
|
| 3 |
+
size 409
|