Instructions to use kkatodus/jp-speech-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kkatodus/jp-speech-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kkatodus/jp-speech-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kkatodus/jp-speech-classifier") model = AutoModelForSequenceClassification.from_pretrained("kkatodus/jp-speech-classifier") - Notebooks
- Google Colab
- Kaggle
something
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ It achieves the following results on the evaluation set:
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
+
something
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|