brunneis's picture
Updated README.md via fastc
03a65b9 verified
metadata
base_model: deepset/tinyroberta-6l-768d
tags:
  - fastc
  - fastc-2.0

groq-stroke-detector-fastc

Install fastc

pip install fastc

Model Inference

from fastc import Fastc

model = Fastc('labteral/groq-stroke-detector-fastc')
label = model.predict_one(text)['label']