Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,10 @@ pipeline_tag: token-classification
|
|
11 |
|
12 |
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.
|
13 |
|
|
|
|
|
|
|
|
|
14 |
## Applications of LinkBERT
|
15 |
|
16 |
LinkBERT's applications are vast and diverse, tailored to enhance both the efficiency and quality of web content creation and analysis:
|
|
|
11 |
|
12 |
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.
|
13 |
|
14 |
+
# Online Demo
|
15 |
+
|
16 |
+
Oneline demo of this model is available at https://dejan.ai/linkbert/
|
17 |
+
|
18 |
## Applications of LinkBERT
|
19 |
|
20 |
LinkBERT's applications are vast and diverse, tailored to enhance both the efficiency and quality of web content creation and analysis:
|