How to use from the
Use from the
Transformers library
# 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")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

ESG Question Answering

A NLP service to identify Emission Reduction Targets and Mechanisms of various companies from their ESG disclosure or Annual Reports.

This Roberta-Base model has been finetuned on a very small sample (manually annotated). A lot of companies have clear mentions of targets & goals than methodologies which is why it can currently identify only targets & goals more precisely.

Authors

Downloads last month
18
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support