Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,11 @@ widget:
|
|
17 |
|
18 |
LinkBERT is an advanced fine-tuned version of the [bert-large-cased](https://huggingface.co/google-bert/bert-large-cased) model developed by [Dejan Marketing](https://dejanmarketing.com/). The model is designed to predict natural link placement within web content. This binary classification model excels in identifying distinct token ranges that web authors are likely to choose as anchor text for links. By analyzing never-before-seen texts, LinkBERT can predict areas within the content where links might naturally occur, effectively simulating web author behavior in link creation.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
# Online Demo
|
21 |
|
22 |
Online demo of this model is available at https://dejan.ai/linkbert/
|
|
|
17 |
|
18 |
LinkBERT is an advanced fine-tuned version of the [bert-large-cased](https://huggingface.co/google-bert/bert-large-cased) model developed by [Dejan Marketing](https://dejanmarketing.com/). The model is designed to predict natural link placement within web content. This binary classification model excels in identifying distinct token ranges that web authors are likely to choose as anchor text for links. By analyzing never-before-seen texts, LinkBERT can predict areas within the content where links might naturally occur, effectively simulating web author behavior in link creation.
|
19 |
|
20 |
+
# Engage Our Team
|
21 |
+
Interested in using this in an automated pipeline for bulk link prediction?
|
22 |
+
|
23 |
+
Please [book an appointment](https://dejanmarketing.com/conference/) to discuss your needs.
|
24 |
+
|
25 |
# Online Demo
|
26 |
|
27 |
Online demo of this model is available at https://dejan.ai/linkbert/
|