Instructions to use futuredatascience/welcome_message_prod with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use futuredatascience/welcome_message_prod with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="futuredatascience/welcome_message_prod")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("futuredatascience/welcome_message_prod", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
930a68c
1
Parent(s): 1defbd2
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ co2_eq_emissions:
|
|
| 12 |
emissions: 0.004232771974269245
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Model Trained
|
| 16 |
|
| 17 |
- Problem type: Binary Classification
|
| 18 |
- Model ID: 2125168670
|
|
|
|
| 12 |
emissions: 0.004232771974269245
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Model Trained On Welcome Messages labeled by Catie
|
| 16 |
|
| 17 |
- Problem type: Binary Classification
|
| 18 |
- Model ID: 2125168670
|