del mapping dict
Browse files
README.md
CHANGED
@@ -39,13 +39,6 @@ model-index:
|
|
39 |
This model is a fine-tuned version of [dkleczek/bert-base-polish-cased-v1](https://huggingface.co/dkleczek/bert-base-polish-cased-v1) to predict 3-categorical sentiment.
|
40 |
Fine-tuned on 1k sample of manually annotated Twitter data.
|
41 |
|
42 |
-
Mapping':
|
43 |
-
id2label= {
|
44 |
-
0:'Negative',
|
45 |
-
1:'Neutral',
|
46 |
-
2:'Positive'
|
47 |
-
}
|
48 |
-
|
49 |
```
|
50 |
from transformers import pipeline
|
51 |
|
|
|
39 |
This model is a fine-tuned version of [dkleczek/bert-base-polish-cased-v1](https://huggingface.co/dkleczek/bert-base-polish-cased-v1) to predict 3-categorical sentiment.
|
40 |
Fine-tuned on 1k sample of manually annotated Twitter data.
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
```
|
43 |
from transformers import pipeline
|
44 |
|