Instructions to use MurDanya/ml-course-article-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MurDanya/ml-course-article-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MurDanya/ml-course-article-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MurDanya/ml-course-article-classifier") model = AutoModelForSequenceClassification.from_pretrained("MurDanya/ml-course-article-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
Browse files- config.json +0 -0
- model.safetensors +2 -2
config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
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:d640637c16a12452f92a1216d23f4b2d5b3378d24741cae3f76510302c9325b1
|
| 3 |
+
size 440174172
|