Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,11 @@ widget:
|
|
20 |
|
21 |
The model has been trained on a collection of 28k news articles with tags. Its purpose is to create tags suitable for the given article. We can use this model also for information-retrieval purposes (GenQ), fine-tuning sentence-transformers for asymmetric semantic search.
|
22 |
|
|
|
|
|
|
|
|
|
|
|
23 |
### Usage
|
24 |
|
25 |
Sample code with an article from IlPost:
|
|
|
20 |
|
21 |
The model has been trained on a collection of 28k news articles with tags. Its purpose is to create tags suitable for the given article. We can use this model also for information-retrieval purposes (GenQ), fine-tuning sentence-transformers for asymmetric semantic search.
|
22 |
|
23 |
+
<p align="center">
|
24 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/1/1a/Pieter_Bruegel_d._%C3%84._066.jpg" width="400"> </br>
|
25 |
+
Pieter Bruegel the Elder, The Fight Between Carnival and Lent, 1559
|
26 |
+
</p>
|
27 |
+
|
28 |
### Usage
|
29 |
|
30 |
Sample code with an article from IlPost:
|