Spaces:
Running
Running
Remove all pre-trained models
Browse files
README.md
CHANGED
@@ -211,10 +211,9 @@ graph LR
|
|
211 |
The following pre-trained models are available for use:
|
212 |
| Dataset | Vectorizer | Features | Classifier | Accuracy | Model |
|
213 |
| --- | --- | --- | --- | --- | --- |
|
214 |
-
| `sentiment140` | `tfidf` | `LinearRegression` | 20 000 |
|
215 |
-
| `imdb50k` | `tfidf` | `LinearRegression` | 20 000 |
|
216 |
-
| `
|
217 |
-
| `imdb50k` | `hashing` | `LinearRegression` | 1 048 576 | 55.65% ± 1.07% | [Here](models/imdb50k_hashing_ft1048576.pkl) |
|
218 |
|
219 |
The accuracy of the models is based on the cross-validation score using the `test` dataset and `5` folds.
|
220 |
|
|
|
211 |
The following pre-trained models are available for use:
|
212 |
| Dataset | Vectorizer | Features | Classifier | Accuracy | Model |
|
213 |
| --- | --- | --- | --- | --- | --- |
|
214 |
+
| `sentiment140` | `tfidf` | `LinearRegression` | 20 000 | ❌ | [Here](#) |
|
215 |
+
| `imdb50k` | `tfidf` | `LinearRegression` | 20 000 | ❌ | [Here](#) |
|
216 |
+
| `amazonreviews` | `tfidf` | `LinearRegression` | 20 000 | ❌ | [Here](#) |
|
|
|
217 |
|
218 |
The accuracy of the models is based on the cross-validation score using the `test` dataset and `5` folds.
|
219 |
|
models/imdb50k_hashing_ft1048576.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:77345698b4bab41a4c12ac8a0b33b3a23931d9d1b993284eae461afdb06db11d
|
3 |
-
size 86306
|
|
|
|
|
|
|
|
models/imdb50k_tfidf_ft-20000.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d7fcb262654fc771e8b088fe55e853a56b21263df5c9c27e2056ca3c4391b727
|
3 |
-
size 395222
|
|
|
|
|
|
|
|
models/imdb50k_tfidf_ft-800.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8c71ecdceb5e4622b06215e3381de812ad480aad088be5a1531c6e17c4a4f5db
|
3 |
-
size 8367
|
|
|
|
|
|
|
|
models/sentiment140_tfidf_ft-20000.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7e1d295c855a725fe8cd2f6827b490533f53f3b1dc1cec37fa9114dacab5c00b
|
3 |
-
size 400485
|
|
|
|
|
|
|
|