tieandrews commited on
Commit
53179f4
·
1 Parent(s): 51372ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -3,11 +3,20 @@ tags:
3
  - Beta
4
  license: "mit"
5
  ---
6
- # Model Card for MetaExtractor
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
 
10
 
 
 
 
 
 
 
 
 
11
 
12
  ## Model Details
13
 
@@ -15,22 +24,20 @@ license: "mit"
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
- This model extracts metadata from Paleoecology research article text.
19
-
20
  - **Developed by:** Ty Andrews, Jenit Jain, Shaun Hutchinson, Kelly Wu, and Simon Goring
21
- - **Shared by [optional]:** [More Information Needed]
22
- - **Model type:** [More Information Needed]
23
  - **Language(s) (NLP):** English
24
  - **License:** MIT
25
- - **Finetuned from model [optional]:** roberta-base
26
 
27
  ### Model Sources [optional]
28
 
29
  <!-- Provide the basic links for the model. -->
30
 
31
  - **Repository:** https://github.com/NeotomaDB/MetaExtractor
32
- - **Paper [optional]:** [More Information Needed]
33
- - **Demo [optional]:** [More Information Needed]
34
 
35
  ## Uses
36
 
 
3
  - Beta
4
  license: "mit"
5
  ---
6
+ # MetaExtractor
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
+ This model extracts metadata from research articles related to Paleoecology.
11
 
12
+ The entities detected by this model are:
13
+ - **AGE**: when historical ages are mentioned such as 1234 AD or 4567 BP (before present)
14
+ - **TAXA**: plant or animal taxa names indicating what samples contained
15
+ - **GEOG**: geographic coordinates indicating where samples were excavated from, e.g. 12'34"N 34'23"W
16
+ - **SITE**: site names for where samples were excavated from
17
+ - **REGION**: more general regions to provide context for where sites are located
18
+ - **EMAIL**: researcher emails in the articles able to be used for follow-up contact
19
+ - **ALTI**: altitudes of sites from where samples were excavated, e.g. 123 m a.s.l (above sea level)
20
 
21
  ## Model Details
22
 
 
24
 
25
  <!-- Provide a longer summary of what this model is. -->
26
 
 
 
27
  - **Developed by:** Ty Andrews, Jenit Jain, Shaun Hutchinson, Kelly Wu, and Simon Goring
28
+ - **Shared by:** Neotoma Paleocology Database
29
+ - **Model type:** Token Classification
30
  - **Language(s) (NLP):** English
31
  - **License:** MIT
32
+ - **Finetuned from model:** roberta-base
33
 
34
  ### Model Sources [optional]
35
 
36
  <!-- Provide the basic links for the model. -->
37
 
38
  - **Repository:** https://github.com/NeotomaDB/MetaExtractor
39
+ - **Paper:** TBD
40
+ - **Demo:** TBD
41
 
42
  ## Uses
43