brunneis's picture
Updated README.md via fastc
a622111 verified
|
raw
history blame contribute delete
No virus
430 Bytes
---
base_model: intfloat/multilingual-e5-large-instruct
tags:
- fastc
- fastc-2.0
---
# iq-code-supervisor-unchecked-external-calls-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-unchecked-external-calls-v3-multilingual-e5-large-instruct-fastc')
label = model.predict_one(text)['label']
```