Spaces:
Running
Running
Update accuracy descriptions in README
Browse files
README.md
CHANGED
@@ -206,9 +206,9 @@ graph LR
|
|
206 |
The following pre-trained models are available for use:
|
207 |
| Dataset | Vectorizer | Classifier | Features | Accuracy on test | Accuracy on self | Model |
|
208 |
| --- | --- | --- | --- | --- | --- | --- |
|
209 |
-
| `imdb50k` | `tfidf` | `LinearRegression` | 20 000 | 75.63% ± 4.73% | 89.24% ± 0.13% (
|
210 |
-
| `sentiment140` | `tfidf` | `LinearRegression` | 20 000 | 75.63% ± 4.73% | 77.32% ± 0.28% (
|
211 |
-
| `amazonreviews` | `tfidf` | `LinearRegression` | 20 000 | 65.49% ± 7.03% | 90.08% ± 0.00% (
|
212 |
|
213 |
|
214 |
## License
|
|
|
206 |
The following pre-trained models are available for use:
|
207 |
| Dataset | Vectorizer | Classifier | Features | Accuracy on test | Accuracy on self | Model |
|
208 |
| --- | --- | --- | --- | --- | --- | --- |
|
209 |
+
| `imdb50k` | `tfidf` | `LinearRegression` | 20 000 | 75.63% ± 4.73% | 89.24% ± 0.13% (5-fold) | [Here](models/imdb50k_tfidf_ft20000.pkl) |
|
210 |
+
| `sentiment140` | `tfidf` | `LinearRegression` | 20 000 | 75.63% ± 4.73% | 77.32% ± 0.28% (5-fold) | [Here](models/sentiment140_tfidf_ft20000.pkl) |
|
211 |
+
| `amazonreviews` | `tfidf` | `LinearRegression` | 20 000 | 65.49% ± 7.03% | 90.08% ± 0.00% (train-test) | [Here](models/amazonreviews_tfidf_ft20000.pkl) |
|
212 |
|
213 |
|
214 |
## License
|