Instructions to use ESGBERT/EnvironmentalBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ESGBERT/EnvironmentalBERT-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ESGBERT/EnvironmentalBERT-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ESGBERT/EnvironmentalBERT-base") model = AutoModelForMaskedLM.from_pretrained("ESGBERT/EnvironmentalBERT-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f5fa25f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:77dc46c04bcdbcd84385c6e2f1bd452401074b29dce31632b054e77bae63f512
size 4091
|