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: 135 Bytes
21e0ca7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:802a39a0e52e2ed6e1b90ce6ad7552f77c4e80370246c0e2d9473329ea256263
size 1112403117
|