Instructions to use yiyanghkust/finbert-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yiyanghkust/finbert-pretrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="yiyanghkust/finbert-pretrain")# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("yiyanghkust/finbert-pretrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
👍 2
#9 opened over 3 years ago
by
SFconvertbot
model documentation
1
#8 opened over 3 years ago
by
nazneen
Add TF weights
#6 opened about 4 years ago
by
joaogante
Add TF weights
#5 opened about 4 years ago
by
joaogante
Update config.json
#2 opened about 4 years ago
by
pp0303