Instructions to use deetsml/HIMsetfitMultiLabelModel2epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deetsml/HIMsetfitMultiLabelModel2epochs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="deetsml/HIMsetfitMultiLabelModel2epochs")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("deetsml/HIMsetfitMultiLabelModel2epochs") model = AutoModel.from_pretrained("deetsml/HIMsetfitMultiLabelModel2epochs") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
tags:
|
| 4 |
-
- sentence-transformers
|
| 5 |
- feature-extraction
|
| 6 |
- text-classification
|
| 7 |
- transformers
|
|
@@ -11,6 +10,7 @@ metrics:
|
|
| 11 |
- accuracy
|
| 12 |
- precision
|
| 13 |
- recall
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# {MODEL_NAME}
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
tags:
|
|
|
|
| 4 |
- feature-extraction
|
| 5 |
- text-classification
|
| 6 |
- transformers
|
|
|
|
| 10 |
- accuracy
|
| 11 |
- precision
|
| 12 |
- recall
|
| 13 |
+
library_name: transformers
|
| 14 |
---
|
| 15 |
|
| 16 |
# {MODEL_NAME}
|