yitingliii
commited on
Commit
•
5ee59c7
1
Parent(s):
426a192
Push model using huggingface_hub.
Browse files- README.md +2 -8
- config.json +1 -4
- tfidf.pkl +3 -0
README.md
CHANGED
@@ -1,8 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
- model_hub_mixin
|
4 |
-
---
|
5 |
-
|
6 |
-
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
7 |
-
- Library: [More Information Needed]
|
8 |
-
- Docs: [More Information Needed]
|
|
|
1 |
+
# SVM Model with TF-IDF
|
2 |
+
This model uses TF-IDF for feature extraction.
|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
@@ -1,4 +1 @@
|
|
1 |
-
{
|
2 |
-
"model_name": "SVM",
|
3 |
-
"num_labels": 2
|
4 |
-
}
|
|
|
1 |
+
{"model_name": "SVM with TF-IDF", "library": "scikit-learn"}
|
|
|
|
|
|
tfidf.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b44ae67f246a50b618eaa35b3f4b3961ea30f641d41c3afe45a766294581b256
|
3 |
+
size 466
|