Instructions to use DunnBC22/fnet-base-Financial_Sentiment_Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/fnet-base-Financial_Sentiment_Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DunnBC22/fnet-base-Financial_Sentiment_Analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DunnBC22/fnet-base-Financial_Sentiment_Analysis") model = AutoModelForSequenceClassification.from_pretrained("DunnBC22/fnet-base-Financial_Sentiment_Analysis") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,4 +77,13 @@ The following hyperparameters were used during training:
|
|
| 77 |
- Transformers 4.27.4
|
| 78 |
- Pytorch 2.0.0
|
| 79 |
- Datasets 2.11.0
|
| 80 |
-
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
- Transformers 4.27.4
|
| 78 |
- Pytorch 2.0.0
|
| 79 |
- Datasets 2.11.0
|
| 80 |
+
- Tokenizers 0.13.3
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
## License Notice
|
| 84 |
+
This model is a fine-tuned derivative of a pretrained model.
|
| 85 |
+
Users must comply with the original model license.
|
| 86 |
+
|
| 87 |
+
|
| 88 |
+
## Dataset Notice
|
| 89 |
+
This model was fine-tuned on third-party datasets which may have separate licenses or usage restrictions.
|