Zero-Shot Classification
Transformers
PyTorch
Japanese
fasttext_classification
text-classification
fastText
custom_code
Instructions to use paulhindemith/fasttext-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paulhindemith/fasttext-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="paulhindemith/fasttext-classification", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("paulhindemith/fasttext-classification", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
commit files to HF hub cd708ec
commit files to HF hub 624864d
Fix MeCabTokenizer d1887dd
commit files to HF hub ef06cf1
commit files to HF hub 301bdd5
Update README.md 5cfa3e2
Update README.md b280411
Update README.md edfc1d1
Update README.md 31d9e69
Create README.md abb2507
commit files to HF hub 7fe102c
Taizo Kaneko commited on
commit files to HF hub 67a2f9a
Taizo Kaneko commited on
commit files to HF hub 97c46f0
Taizo Kaneko commited on
initial commit 3b2e896
Taizo Kaneko commited on