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