Edit model card

Install FastC

pip install fastc

Model Inference

from fastc import SentenceClassifier

classifier = SentenceClassifier('braindao/e5-large-instruct-language-identifier-infused-papluca-fastc')
scores = classifier.predict_one('How are you today?')
language = max(scores, key=scores.get)
Downloads last month
3
Inference API
Unable to determine this model’s pipeline type. Check the docs .

Model tree for braindao/e5-large-instruct-language-identifier-infused-papluca-fastc

Finetuned
this model

Dataset used to train braindao/e5-large-instruct-language-identifier-infused-papluca-fastc

Collection including braindao/e5-large-instruct-language-identifier-infused-papluca-fastc