Text Classification
Transformers
PyTorch
TensorBoard
mpnet
Generated from Trainer
text-embeddings-inference
Instructions to use mtyrrell/CPU_Target_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mtyrrell/CPU_Target_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mtyrrell/CPU_Target_Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mtyrrell/CPU_Target_Classifier") model = AutoModelForSequenceClassification.from_pretrained("mtyrrell/CPU_Target_Classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ model-index:
|
|
| 11 |
|
| 12 |
widget:
|
| 13 |
- text: "To reduce greenhouse gas emissions by 37% below 2005 levels in 2025, and by 43% below 2005 levels in 2030."
|
| 14 |
-
example_title: "
|
| 15 |
- text: "Change fiscal policies on fossil fuel by 2025 to enable the transition to 100% renewable energy generation in the transportation sector"
|
| 16 |
-
example_title: "
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 11 |
|
| 12 |
widget:
|
| 13 |
- text: "To reduce greenhouse gas emissions by 37% below 2005 levels in 2025, and by 43% below 2005 levels in 2030."
|
| 14 |
+
example_title: "TARGET"
|
| 15 |
- text: "Change fiscal policies on fossil fuel by 2025 to enable the transition to 100% renewable energy generation in the transportation sector"
|
| 16 |
+
example_title: "NEGATIVE"
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|