Instructions to use MENG21/stud-fac-eval-NAIVEBAYES with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MENG21/stud-fac-eval-NAIVEBAYES with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MENG21/stud-fac-eval-NAIVEBAYES")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MENG21/stud-fac-eval-NAIVEBAYES", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- label_encoder.pkl +3 -0
- model.pkl +3 -0
- vectorizer.pkl +3 -0
label_encoder.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eab335634b7bbf508130833d83a40a5f84b97bccf9fa537b44e1da1ace16f493
|
| 3 |
+
size 255
|
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65fd8cd905d5103de4d7734e11d77ab89bb036d9c02e6f9ece5cc4a6bee6b093
|
| 3 |
+
size 30831
|
vectorizer.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69b7712bf6ce9d7d2017785a0a37fce7f2ccd05c6ff8459d2e267670a558320b
|
| 3 |
+
size 107536
|