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", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Update language tag
#1
by lbourdois - opened
README.md
CHANGED
|
@@ -3,7 +3,8 @@ tags:
|
|
| 3 |
- Transformers
|
| 4 |
- text-classification
|
| 5 |
- multi-class-classification
|
| 6 |
-
|
|
|
|
| 7 |
- af-ZA
|
| 8 |
- am-ET
|
| 9 |
- ar-SA
|
|
|
|
| 3 |
- Transformers
|
| 4 |
- text-classification
|
| 5 |
- multi-class-classification
|
| 6 |
+
language_bcp47:
|
| 7 |
+
- multilingual
|
| 8 |
- af-ZA
|
| 9 |
- am-ET
|
| 10 |
- ar-SA
|