Instructions to use ZiweiChen/FinBERT-FOMC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZiweiChen/FinBERT-FOMC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ZiweiChen/FinBERT-FOMC")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ZiweiChen/FinBERT-FOMC") model = AutoModelForSequenceClassification.from_pretrained("ZiweiChen/FinBERT-FOMC") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a31c27e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b539ccc84cfbb833b9cde410102a953cd12685d4f312a08bdc7d01eabaa4ba23
size 3579
|