brunneis's picture
Updated README.md via fastc
1fd551f verified
|
raw
history blame
No virus
432 Bytes
metadata
base_model: intfloat/multilingual-e5-large-instruct
tags:
  - fastc
  - fastc-2.0

iq-code-supervisor-unmatched-type-assignment-v3-multilingual-e5-large-instruct-fastc

Install fastc

pip install fastc

Model Inference

from fastc import Fastc

model = Fastc('braindao/iq-code-supervisor-unmatched-type-assignment-v3-multilingual-e5-large-instruct-fastc')
label = model.predict_one(text)['label']