Fill-Mask
Transformers
English
economics
finance
bert
language-model
financial-nlp
economic-analysis
Instructions to use climatebert/econbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use climatebert/econbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="climatebert/econbert")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("climatebert/econbert", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Inquiry for Guidance on Accessing Pre-trained Datasets
#2
by AshleyLL - opened
To gain a deeper understanding of how this model works, I have been particularly interested in leveraging the pre-trained datasets.
Could anyone kindly guide me on how to obtain access to these pre-trained datasets? Additionally, any information regarding the methods, channels, or tools recommended for accessing these resources would be greatly appreciated.
Thank you very much in advance for your assistance.