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