BioMike commited on
Commit
b0cf08b
·
verified ·
1 Parent(s): c450e75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -91,4 +91,19 @@ Below you can find a comparison with other GLiClass models:
91
  | rotten_tomatoes | 0.6626 | 0.7933 | 0.6630 | 0.5928 |
92
  | **AVERAGE:** | 0.5344 | 0.5790 | 0.5129 | 0.5447 |
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
 
91
  | rotten_tomatoes | 0.6626 | 0.7933 | 0.6630 | 0.5928 |
92
  | **AVERAGE:** | 0.5344 | 0.5790 | 0.5129 | 0.5447 |
93
 
94
+ Here you can see how the performance of the model grows providing more examples:
95
+ | Model | Num Examples | sst5 | ag_news | emotion | **AVERAGE:** |
96
+ |------------------------------------|------------------|--------|---------|--------------|----------|
97
+ | gliclass-modern-large-v2.0-init | 0 | 0.1123 | 0.6933 | 0.3746 | 0.3934 |
98
+ | gliclass-modern-large-v2.0-init | 8 | 0.5098 | 0.8339 | 0.5010 | 0.6149 |
99
+ | gliclass-modern-large-v2.0-init | Weak Supervision | 0.0951 | 0.6478 | 0.4520 | 0.3983 |
100
+ | gliclass-modern-base-v2.0-init | 0 | 0.1972 | 0.6050 | 0.2474 | 0.3499 |
101
+ | gliclass-modern-base-v2.0-init | 8 | 0.3604 | 0.7481 | 0.4420 | 0.5168 |
102
+ | gliclass-modern-base-v2.0-init | Weak Supervision | 0.1599 | 0.5713 | 0.3216 | 0.3509 |
103
+ | gliclass-large-v1.0-init | 0 | 0.1639 | 0.7069 | 0.3840 | 0.4183 |
104
+ | gliclass-large-v1.0-init | 8 | 0.4226 | 0.8415 | 0.4886 | 0.5842 |
105
+ | gliclass-large-v1.0-init | Weak Supervision | 0.1689 | 0.7051 | 0.4586 | 0.4442 |
106
+ | gliclass-base-v1.0-init | 0 | 0.2048 | 0.5614 | 0.2865 | 0.3509 |
107
+ | gliclass-base-v1.0-init | 8 | 0.2007 | 0.8359 | 0.4856 | 0.5074 |
108
+ | gliclass-base-v1.0-init | Weak Supervision | 0.0681 | 0.6627 | 0.3066 | 0.3458 |
109