Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,37 +1,32 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
-
pipeline_tag: text-classification
|
6 |
-
|
7 |
-
widget:
|
8 |
-
- text: "Przykro patrzeć, a słuchać się nie da."
|
9 |
-
example_title: "example 1"
|
10 |
-
- text: "Oczywiście ze Pan Prezydent to nasza duma narodowa!!"
|
11 |
-
example_title: "example 2"
|
12 |
-
|
13 |
tags:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
metrics:
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
model-index:
|
23 |
- name: PaReS-sentimenTw-political-PL
|
24 |
results:
|
25 |
- task:
|
26 |
-
type: sentiment-classification
|
27 |
-
name: Text Classification
|
28 |
dataset:
|
29 |
-
|
30 |
-
|
31 |
metrics:
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
---
|
36 |
|
37 |
# PaReS-sentimenTw-political-PL
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- pl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
+
- text
|
6 |
+
- sentiment
|
7 |
+
- politics
|
|
|
8 |
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
widget:
|
13 |
+
- text: Przykro patrzeć, a słuchać się nie da.
|
14 |
+
example_title: example 1
|
15 |
+
- text: Oczywiście ze Pan Prezydent to nasza duma narodowa!!
|
16 |
+
example_title: example 2
|
17 |
+
base_model: dkleczek/bert-base-polish-cased-v1
|
18 |
model-index:
|
19 |
- name: PaReS-sentimenTw-political-PL
|
20 |
results:
|
21 |
- task:
|
22 |
+
type: sentiment-classification
|
23 |
+
name: Text Classification
|
24 |
dataset:
|
25 |
+
name: tweets_2020_electionsPL
|
26 |
+
type: tweets
|
27 |
metrics:
|
28 |
+
- type: f1
|
29 |
+
value: 94.4
|
|
|
30 |
---
|
31 |
|
32 |
# PaReS-sentimenTw-political-PL
|