This model can be used to extract entities from any text that are Paeleoecology related or tangential. Potential uses include identifying unique SITE names in research papers in other domains.
Direct Use
This model is deployed on the xDD (formerly GeoDeepDive) servers where it is getting fed new research articles relevant to Neotoma and returning the extracted data.
This approach could be adapted to other domains by using the training and development code found
github.com/NeotomaDB/MetaExtractor
to run similar data extraction for other research domains.
Bias, Risks, and Limitations
This model was trained entirely on English research articles and will likely not perform well on research in other languages. Also, the articles used to train the model were chosen based on being already present in the Neotoma database and therefore may have selection bias as they represent what is already known to be relevant to Neotoma and may not correctly manage new, previously missed articles.
# Using spacy.load().import spacy
nlp = spacy.load("en_finding_fossils_transformer")
# Importing as module.import en_finding_fossils_transformer
ner_pipe = en_finding_fossils_transformer.load()
doc = ner_pipe("In Northern Canada, the BGC site core was primarily made up of Pinus pollen.")
entities = []
for ent in doc.ents:
entities.append({
"start": ent.start_char,
"end": ent.end_char,
"labels": [ent.label_],
"text": ent.text
})
print(entities)
# Output
[
{
"start": 3,
"end": 19,
"labels": ["REGION"],
"text": " Northern Canada,",
},
{
"start": 24,
"end": 27,
"labels": ["SITE"],
"text": " BGC",
},
{
"start": 63,
"end": 68,
"labels": ["TAXA"],
"text": " Pinus",
}
]
Training Details
Training Data
The model was trained using a set of 39 research articles deemed relevant to the Neotoma Database. All articles were written in English. The entities were labeled by the project team along with using pre-labelling with early models to speed up the labelling process.
A 70/15/15 train/val/test split was used which had the following breakdown of words and entities.
en_finding_fossils_transformer huggingface.co is an AI model on huggingface.co that provides en_finding_fossils_transformer's model effect (), which can be used instantly with this brabus61 en_finding_fossils_transformer model. huggingface.co supports a free trial of the en_finding_fossils_transformer model, and also provides paid use of the en_finding_fossils_transformer. Support call en_finding_fossils_transformer model through api, including Node.js, Python, http.
en_finding_fossils_transformer huggingface.co is an online trial and call api platform, which integrates en_finding_fossils_transformer's modeling effects, including api services, and provides a free online trial of en_finding_fossils_transformer, you can try en_finding_fossils_transformer online for free by clicking the link below.
brabus61 en_finding_fossils_transformer online free url in huggingface.co:
en_finding_fossils_transformer is an open source model from GitHub that offers a free installation service, and any user can find en_finding_fossils_transformer on GitHub to install. At the same time, huggingface.co provides the effect of en_finding_fossils_transformer install, users can directly use en_finding_fossils_transformer installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
en_finding_fossils_transformer install url in huggingface.co: