mfarrington commited on
Commit
b5ea159
1 Parent(s): 3a914a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -36,19 +36,16 @@ DeviceBERT utilizes BioBERT (dmis-lab/biobert-base-cased-v1.2) which has been tr
36
  The model was trained utilizing a processed and annotated NER dataset created using the OpenFDA Device Recalls Dataset (https://open.fda.gov/apis/device/recall/), and further
37
  tokenized using the DistilBERT AutoTokenizer. It can be used to perform inferencing to accurately identfiy and label medical device, device component, part number and trade name related terms in a variety of downstream applications.
38
 
39
- Paper: "DeviceBERT: Applied Transfer Learning With Targeted Annotations and Vocabulary Enrichment to Identify Medical Device and Component Terminology in FDA Recall Summaries"
40
-
41
  - **Developed by:** Miriam Farrington for CS224N
42
  - **Model type:** Deep Learning Language Model/LLM
43
  - **Language(s) (NLP):** Python, TensorFlow
44
- - **Github:** https://github.com/mmfarrington/devicebert-ner-project
45
  - **License:** MIT
46
  - **Finetuned from model [optional]:** BioBERT (dmis-lab/biobert-base-cased-v1.2)
47
 
48
  ### Model Sources [optional]
49
 
50
- - **Repository:** Link TBD
51
- - **Paper [optional]:** Link TBD
52
 
53
  ## Uses
54
 
 
36
  The model was trained utilizing a processed and annotated NER dataset created using the OpenFDA Device Recalls Dataset (https://open.fda.gov/apis/device/recall/), and further
37
  tokenized using the DistilBERT AutoTokenizer. It can be used to perform inferencing to accurately identfiy and label medical device, device component, part number and trade name related terms in a variety of downstream applications.
38
 
 
 
39
  - **Developed by:** Miriam Farrington for CS224N
40
  - **Model type:** Deep Learning Language Model/LLM
41
  - **Language(s) (NLP):** Python, TensorFlow
 
42
  - **License:** MIT
43
  - **Finetuned from model [optional]:** BioBERT (dmis-lab/biobert-base-cased-v1.2)
44
 
45
  ### Model Sources [optional]
46
 
47
+ - **Repository:** https://github.com/mmfarrington/devicebert-ner-project
48
+ - **Paper:** "DeviceBERT: Applied Transfer Learning With Targeted Annotations and Vocabulary Enrichment to Identify Medical Device and Component Terminology in FDA Recall Summaries"
49
 
50
  ## Uses
51