An Environmental Named Entity Recognition model, trained on dataset from USEPA to recognize environmental due diligence (7 entities) from a given text corpus (remediation reports, record of decision, 5 year record etc). This model was built on top of distilbert-base-uncased
The easiest way is to load the inference api from huggingface and second method is through the pipeline object offered by transformers library.
# Use a pipeline as a high-level helperfrom transformers import pipeline
pipe = pipeline("token-classification", model="d4data/EnviDueDiligence_NER")
# Load model directlyfrom transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("d4data/EnviDueDiligence_NER")
model = AutoModelForTokenClassification.from_pretrained("d4data/EnviDueDiligence_NER")
Author
This model is part of the Research topic "Environmental Due Diligence" conducted by Deepak John Reji, Afreen Aman. If you use this work (code, model or dataset), please cite:
Aman, A. and Reji, D.J., 2022. EnvBert: An NLP model for Environmental Due Diligence data classification. Software Impacts, 14, p.100427.
You can support me here :)
Runs of d4data EnviDueDiligence_NER on huggingface.co
135
Total runs
0
24-hour runs
63
3-day runs
64
7-day runs
133
30-day runs
More Information About EnviDueDiligence_NER huggingface.co Model
EnviDueDiligence_NER huggingface.co is an AI model on huggingface.co that provides EnviDueDiligence_NER's model effect (), which can be used instantly with this d4data EnviDueDiligence_NER model. huggingface.co supports a free trial of the EnviDueDiligence_NER model, and also provides paid use of the EnviDueDiligence_NER. Support call EnviDueDiligence_NER model through api, including Node.js, Python, http.
EnviDueDiligence_NER huggingface.co is an online trial and call api platform, which integrates EnviDueDiligence_NER's modeling effects, including api services, and provides a free online trial of EnviDueDiligence_NER, you can try EnviDueDiligence_NER online for free by clicking the link below.
d4data EnviDueDiligence_NER online free url in huggingface.co:
EnviDueDiligence_NER is an open source model from GitHub that offers a free installation service, and any user can find EnviDueDiligence_NER on GitHub to install. At the same time, huggingface.co provides the effect of EnviDueDiligence_NER install, users can directly use EnviDueDiligence_NER installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
EnviDueDiligence_NER install url in huggingface.co: