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: 134 Bytes
a31c27e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ac1a3cb125fb74da4c0985eb3c7a5708fdcbf70a69dd7833fb20008fd80fa870
size 439089269
|