mprzymus commited on
Commit
b392e88
1 Parent(s): e05cce1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -38,22 +38,23 @@ nlp = pipeline("sentiment-analysis", model="bardsai/twitter-sentiment-pl-base")
38
  nlp("Nigdy przegrana nie sprawiła mi takiej radości. Szczęście i Opatrzność mają znaczenie Gratuluje @pzpn_pl")
39
  ```
40
  ```bash
41
- [{'label': 'positive', 'score': 0.9999998807907104}]
42
  ```
43
 
44
  ## Performance
45
  | Metric | Value |
46
  | --- | ----------- |
47
- | f1 macro | 0.624 |
48
- | precision macro | 0.62 |
49
- | recall macro | 0.636 |
50
- | accuracy | 0.628 |
51
- | samples per second | 136.8 |
52
 
53
  (The performance was evaluated on RTX 3090 gpu)
54
 
55
  ## Changelog
56
  - 2022-12-01: Initial release
 
57
 
58
  ## About bards.ai
59
 
 
38
  nlp("Nigdy przegrana nie sprawiła mi takiej radości. Szczęście i Opatrzność mają znaczenie Gratuluje @pzpn_pl")
39
  ```
40
  ```bash
41
+ [{'label': 'positive', 'score': 0.9995889067649841}]
42
  ```
43
 
44
  ## Performance
45
  | Metric | Value |
46
  | --- | ----------- |
47
+ | f1 macro | 0.658 |
48
+ | precision macro | 0.655 |
49
+ | recall macro | 0.662 |
50
+ | accuracy | 0.662 |
51
+ | samples per second | 129.9 |
52
 
53
  (The performance was evaluated on RTX 3090 gpu)
54
 
55
  ## Changelog
56
  - 2022-12-01: Initial release
57
+ - 2023-07-19: Improvement of translation quality
58
 
59
  ## About bards.ai
60