| 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 | |
| ```bash | |
| pip install fastc | |
| ``` | |
| ## Model Inference | |
| ```python | |
| 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'] | |
| ``` |