brunneis's picture
Updated README.md via fastc
68cc004 verified
|
raw
history blame
380 Bytes
metadata
base_model: intfloat/multilingual-e5-large-instruct
tags:
  - fastc
  - fastc-2.0

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

Install fastc

pip install fastc

Model Inference

from fastc import Fastc

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