Text Classification
Transformers
LiteRT
ONNX
Safetensors
bert
language
detection
classification
text-embeddings-inference
Instructions to use dewdev/language_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dewdev/language_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dewdev/language_detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dewdev/language_detection") model = AutoModelForSequenceClassification.from_pretrained("dewdev/language_detection") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3f78f39dda2cc913a3ec5f773c6ad15e5e0da616e6b6e13160ebaca53c1c52b9
- Size of remote file:
- 24.8 MB
- SHA256:
- 210bb86f405787fc0ceb548c3ec0a81d4735680add5b79572e80e01b7acc7125
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.