data-silence commited on
Commit
22d78cd
1 Parent(s): 92be7cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -26,6 +26,11 @@ library_name: transformers
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
  should probably proofread and complete it, then remove this comment. -->
28
 
 
 
 
 
 
29
  # frozen_news_classifier_ft
30
 
31
  This model is a fine-tuned version of [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE) on my [news dataset](https://huggingface.co/datasets/data-silence/rus_news_classifier).
@@ -90,11 +95,6 @@ def predict_category(news: list[str]) -> list[str]:
90
  ```
91
 
92
 
93
- ## Model description
94
-
95
- The goal of this model was to create a universal model for categorizing Russian-language news that would preserve the ability of the basic LaBSE model to generate multi-lingual text embeddings in a single vector space.
96
-
97
-
98
 
99
  ## Intended uses & limitations
100
 
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
  should probably proofread and complete it, then remove this comment. -->
28
 
29
+ # Model description
30
+
31
+ The goal of this model was to create a universal model for categorizing Russian-language news that would preserve the ability of the basic LaBSE model to generate multi-lingual text embeddings in a single vector space.
32
+
33
+
34
  # frozen_news_classifier_ft
35
 
36
  This model is a fine-tuned version of [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE) on my [news dataset](https://huggingface.co/datasets/data-silence/rus_news_classifier).
 
95
  ```
96
 
97
 
 
 
 
 
 
98
 
99
  ## Intended uses & limitations
100