metadata
base_model: deepset/tinyroberta-6l-768d
tags:
- fastc
- fastc-2.0
tinyroberta-6l-768d-language-identifier-en-es-ko-zh-fastc-lr
Install fastc
pip install fastc
Model Inference
from fastc import Fastc
model = Fastc('braindao/tinyroberta-6l-768d-language-identifier-en-es-ko-zh-fastc-lr')
label = model.predict_one(text)['label']