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
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,5 +67,3 @@ The model is evaluated using the following metrics:
|
|
| 67 |
software maintenance and evolution},
|
| 68 |
}
|
| 69 |
```
|
| 70 |
-
|
| 71 |
-
I hope this helps. Let me know if you have any other questions.
|
|
|
|
| 67 |
software maintenance and evolution},
|
| 68 |
}
|
| 69 |
```
|
|
|
|
|
|