data-silence
commited on
Commit
•
3957eed
1
Parent(s):
24329a1
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,10 @@ license: apache-2.0
|
|
3 |
base_model: sentence-transformers/LaBSE
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
@@ -14,6 +18,13 @@ model-index:
|
|
14 |
datasets:
|
15 |
- data-silence/rus_news_classifier
|
16 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
# news_classifier_ft
|
23 |
|
24 |
-
This model is a fine-tuned version of [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE) on
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.3820
|
27 |
- Accuracy: 0.9029
|
@@ -31,11 +42,22 @@ It achieves the following results on the evaluation set:
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
|
39 |
|
40 |
## Training and evaluation data
|
41 |
|
|
|
3 |
base_model: sentence-transformers/LaBSE
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- news
|
7 |
+
- russian
|
8 |
+
- media
|
9 |
+
- text-classification
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
- f1
|
|
|
18 |
datasets:
|
19 |
- data-silence/rus_news_classifier
|
20 |
pipeline_tag: text-classification
|
21 |
+
language:
|
22 |
+
- ru
|
23 |
+
widgets:
|
24 |
+
- text: "Введите новостной текст для классификации"
|
25 |
+
example_title: "Классификация новостей"
|
26 |
+
button_text: "Классифицировать"
|
27 |
+
api_name: "classify"
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# news_classifier_ft
|
34 |
|
35 |
+
This model is a fine-tuned version of [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE) on my rus-news-classifier dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 0.3820
|
38 |
- Accuracy: 0.9029
|
|
|
42 |
|
43 |
## Model description
|
44 |
|
45 |
+
This is a multi-class classifier of Russian news, made with the LaBSE model finetune. The news category is assigned by the classifier to one of 11 categories:
|
46 |
+
- climate (климат)
|
47 |
+
- conflicts (конфликты)
|
48 |
+
- culture (культура)
|
49 |
+
- economy (экономика)
|
50 |
+
- gloss (глянец)
|
51 |
+
- health (здоровье)
|
52 |
+
- politics (политика)
|
53 |
+
- science (наука)
|
54 |
+
- society (общество)
|
55 |
+
- sports (спорт)
|
56 |
+
- travel (путешествия)
|
57 |
|
58 |
## Intended uses & limitations
|
59 |
|
60 |
+
Enjoy to use in your purpose
|
61 |
|
62 |
## Training and evaluation data
|
63 |
|