Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,10 @@ pipeline_tag: token-classification
|
|
17 |
---
|
18 |
# distilbert-NER
|
19 |
|
|
|
|
|
|
|
|
|
20 |
## Model description
|
21 |
|
22 |
**distilbert-NER** is the fine-tuned version of **DistilBERT**, which is a distilled variant of the BERT model. DistilBERT has fewer parameters than BERT, making it smaller, faster, and more efficient. distilbert-NER is specifically fine-tuned for the task of **Named Entity Recognition (NER)**.
|
|
|
17 |
---
|
18 |
# distilbert-NER
|
19 |
|
20 |
+
If my open source models have been useful to you, please consider supporting me in building small, useful AI models for everyone (and help me afford med school / help out my parents financially). Thanks!
|
21 |
+
|
22 |
+
<a href="https://www.buymeacoffee.com/dslim" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
23 |
+
|
24 |
## Model description
|
25 |
|
26 |
**distilbert-NER** is the fine-tuned version of **DistilBERT**, which is a distilled variant of the BERT model. DistilBERT has fewer parameters than BERT, making it smaller, faster, and more efficient. distilbert-NER is specifically fine-tuned for the task of **Named Entity Recognition (NER)**.
|