Spaces:
Sleeping
Sleeping
Commit ·
23fab8c
1
Parent(s): aabbc15
updated checkpoints
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ ui = gr.Interface(
|
|
| 123 |
gr.Label(label="Classification Result"),
|
| 124 |
gr.Label(label="Probabilities")
|
| 125 |
],
|
| 126 |
-
title="STOP Classifier SVM
|
| 127 |
description="This is the user interface for the SVM model. The model classifies text as intended to end communication (STOP) or not (NOT_STOP). The API is available at the '/predict' endpoints."
|
| 128 |
)
|
| 129 |
|
|
|
|
| 123 |
gr.Label(label="Classification Result"),
|
| 124 |
gr.Label(label="Probabilities")
|
| 125 |
],
|
| 126 |
+
title="STOP Classifier SVM",
|
| 127 |
description="This is the user interface for the SVM model. The model classifies text as intended to end communication (STOP) or not (NOT_STOP). The API is available at the '/predict' endpoints."
|
| 128 |
)
|
| 129 |
|
checkpoints/._svm_stop_classifier.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d78e5e857b76691cbae378a3c213284c4296b2671bfc9ab2759dc08ec11190c
|
| 3 |
size 4096
|
checkpoints/._tfidf_vectorizer.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40124fe35b93d0c7a84fd16d1fb0e5df054103695df3e3ef1242eec89742abe7
|
| 3 |
size 4096
|
checkpoints/svm_stop_classifier.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7800cae4617db4e1ae2958363ad41a5ec44574b556c171b44a7f05daaf790950
|
| 3 |
+
size 43067
|
checkpoints/tfidf_vectorizer.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c7b75ff58fb14fc4ee78c8ac2931b4bc47fccca7f45052db70db0b9a84ff149
|
| 3 |
+
size 52020
|