Edit model card

Install FastC

pip install fastc

Model Inference

from fastc import SentenceClassifier

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

Finetuned from

Collection including braindao/e5-large-instruct-language-identifier-en-es-gl-ko-zh-fastc