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
- Xet hash:
- bdfeb2e24a13aee4ae6b41d024edf0e26e2a33438d7336451b2cd8f119cca7d8
- Size of remote file:
- 4.09 kB
- SHA256:
- 77dc46c04bcdbcd84385c6e2f1bd452401074b29dce31632b054e77bae63f512
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.