Instructions to use ZealPyae/linksDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZealPyae/linksDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ZealPyae/linksDetection")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ZealPyae/linksDetection", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- naive_bayes_model.joblib +3 -0
- vectorizer.joblib +3 -0
naive_bayes_model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:630e0e79a02d5ff54237a588a7b10cd0ba8c01629f956c852f44b520f737ef61
|
| 3 |
+
size 24923404
|
vectorizer.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77caf835453c6eb55b1073faaf4d689f52b241b5a0449da90e30be257a923eae
|
| 3 |
+
size 8480477
|