Instructions to use mrfriedpotato/effect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrfriedpotato/effect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mrfriedpotato/effect")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mrfriedpotato/effect") model = AutoModelForSequenceClassification.from_pretrained("mrfriedpotato/effect") - Notebooks
- Google Colab
- Kaggle
Commit ·
fce57a2
1
Parent(s): d801db8
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
tags:
|
| 3 |
- text classification
|
| 4 |
widget:
|
| 5 |
-
- text: "
|
| 6 |
example_title: "Example 1"
|
| 7 |
-
- text: "
|
| 8 |
example_title: "Example 2"
|
| 9 |
---
|
| 10 |
# Temporal Action Prediction
|
|
|
|
| 2 |
tags:
|
| 3 |
- text classification
|
| 4 |
widget:
|
| 5 |
+
- text: "Take out the trash."
|
| 6 |
example_title: "Example 1"
|
| 7 |
+
- text: "Cut the tomato."
|
| 8 |
example_title: "Example 2"
|
| 9 |
---
|
| 10 |
# Temporal Action Prediction
|