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