Instructions to use qanastek/51-languages-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qanastek/51-languages-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="qanastek/51-languages-classifier")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("qanastek/51-languages-classifier", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
21e0ca7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:51739794a631065dc342715b23b38cd583a2b306e00a2bb1ceab70162b38ba58
size 3055
|