Instructions to use rasgaard/bert-newsgroups-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rasgaard/bert-newsgroups-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rasgaard/bert-newsgroups-finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rasgaard/bert-newsgroups-finetuned") model = AutoModelForSequenceClassification.from_pretrained("rasgaard/bert-newsgroups-finetuned") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40cfa7eaad7df8d8798947840694080505a2aaa62c78580f06dba29061e51126
|
| 3 |
+
size 438018200
|