Instructions to use ahmedrachid/FinancialBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedrachid/FinancialBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ahmedrachid/FinancialBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ahmedrachid/FinancialBERT") model = AutoModelForMaskedLM.from_pretrained("ahmedrachid/FinancialBERT") - Notebooks
- Google Colab
- Kaggle
Unable to reproduce the results from the paper
2
#3 opened almost 3 years ago
by
mirix
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot