kartashoffv
commited on
Commit
•
8c1d2df
1
Parent(s):
2d4c6ae
Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,24 @@
|
|
2 |
base_model: DeepPavlov/rubert-base-cased
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
metrics:
|
6 |
- f1
|
7 |
model-index:
|
8 |
- name: vashkontrol-sentiment-rubert
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
|
|
|
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
@@ -60,4 +71,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.31.0
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.14.1
|
63 |
-
- Tokenizers 0.13.3
|
|
|
2 |
base_model: DeepPavlov/rubert-base-cased
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- sentiment
|
6 |
metrics:
|
7 |
- f1
|
8 |
model-index:
|
9 |
- name: vashkontrol-sentiment-rubert
|
10 |
results: []
|
11 |
+
license: mit
|
12 |
+
datasets:
|
13 |
+
- kartashoffv/vash_kontrol_reviews
|
14 |
+
language:
|
15 |
+
- ru
|
16 |
+
pipeline_tag: text-classification
|
17 |
+
widget:
|
18 |
+
- text: "Отзывчивые и понимающие работники, обслуживание очень понравилось, специалист проявила большое терпение чтобы восстановить пароль от Госуслуг. Спасибо!"
|
19 |
---
|
20 |
|
21 |
+
|
22 |
+
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
24 |
should probably proofread and complete it, then remove this comment. -->
|
25 |
|
|
|
71 |
- Transformers 4.31.0
|
72 |
- Pytorch 2.0.1+cu118
|
73 |
- Datasets 2.14.1
|
74 |
+
- Tokenizers 0.13.3
|