Instructions to use ESGBERT/GovRoBERTa-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ESGBERT/GovRoBERTa-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ESGBERT/GovRoBERTa-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ESGBERT/GovRoBERTa-base") model = AutoModelForMaskedLM.from_pretrained("ESGBERT/GovRoBERTa-base") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- fc68958f024278ce2a9c7d97e4478a12fdaeef16e6c8299ea2b95616ee114f2f
- Size of remote file:
- 499 MB
- SHA256:
- e635661fb6fd432cc29e51fdfb1ddb11c0c87d1e88bf0a6c2bec8f7b637e4c08
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.