CoolFace
Modelpublic

braindao/e5-large-instruct-language-identifier-en-es-ko-zh-fastc-lr

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes8downloads
Model Card

e5-large-instruct-language-identifier-en-es-ko-zh-fastc-lr

Install fastc

bash
pip install fastc

Model Inference

python
from fastc import Fastc

model = Fastc('braindao/e5-large-instruct-language-identifier-en-es-ko-zh-fastc-lr')
label = model.predict_one(text)['label']