Views
No views yet
pip install fastc
1from fastc import Fastc 2 3model = Fastc('braindao/e5-large-instruct-language-identifier-en-es-ko-zh-fastc') 4label = model.predict_one(text)['label']