rosamondthalken
commited on
Commit
•
b1fd14b
1
Parent(s):
185dc52
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
1 |
+
# t5-base-sci-names
|
2 |
+
Biodiversity literature is dedicated to the identification, documentation, and categorization of plants, fungi, animals, and other living organisms. Correctly extracting the name of an organism within these documents involves finding the entire scientific name–including the genus, specific epithet, and author name. Extracting these names allows biologists to access documents about a species more comprehensively, and to track an organism’s history of documentation, which includes biological changes and changes in how scientists describe them.
|
3 |
+
|
4 |
+
**t5-base-sci-names** uses advances in text-to-text generation to generate scientific names and authors. This model was trained on hand-labeled biodiversity texts, that include information about a mentioned organism's genus (abbreviated and expanded), specific epithet, and author. This model was trained to output 0-N scientific names with specific prefixes (e.g. "genus = " or "epithet = ").
|