Text Classification
Transformers
PyTorch
xlm-roberta
language-detection
Frisian
Dhivehi
Hakha_Chin
Kabyle
Sakha
text-embeddings-inference
Instructions to use Mike0307/multilingual-e5-language-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mike0307/multilingual-e5-language-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mike0307/multilingual-e5-language-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mike0307/multilingual-e5-language-detection") model = AutoModelForSequenceClassification.from_pretrained("Mike0307/multilingual-e5-language-detection") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4033ed5f18418274fc480839c7cb0758d7cae8c1018e6279e405b3a02cd81e0a
|
| 3 |
+
size 1112341484
|