Instructions to use Ayushb/roberta-base-ft-esg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ayushb/roberta-base-ft-esg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Ayushb/roberta-base-ft-esg")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Ayushb/roberta-base-ft-esg") model = AutoModelForQuestionAnswering.from_pretrained("Ayushb/roberta-base-ft-esg", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9be3b69 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ff8ab3d4d2e554fa0a277664571d28af876f34cb586ddd22aff5a6f49c1d0948
size 496308209
|