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
File size: 129 Bytes
5d43385 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0472f6463f4dfa6cf999584b9d6fd53d1a5eb8f38caaaef68f2961121dd5e971
size 2863
|