Instructions to use PeppoCola/IssueReportClassifier-NLBSE22 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PeppoCola/IssueReportClassifier-NLBSE22 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="PeppoCola/IssueReportClassifier-NLBSE22")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("PeppoCola/IssueReportClassifier-NLBSE22") model = AutoModelForSequenceClassification.from_pretrained("PeppoCola/IssueReportClassifier-NLBSE22") - Notebooks
- Google Colab
- Kaggle
Commit ·
1a17051
1
Parent(s): cb41025
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (657aafe3b7faab72c2090879119bbcf4b19abe73)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7215b671899270d20c7e7b11d213f05e0318ec2afe280f1104a5d30e4f90440
|
| 3 |
+
size 498620100
|