Install FastC

pip install fastc

Model Inference

from fastc import SentenceClassifier

classifier = SentenceClassifier('braindao/tinyroberta-6l-768d-language-identifier-en-es-ko-zh-fastc')
scores = classifier.predict_one('How are you today?')
language = max(scores, key=scores.get)
Downloads last month
3
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model’s pipeline type.

Model tree for braindao/tinyroberta-6l-768d-language-identifier-en-es-ko-zh-fastc

Finetuned
(9)
this model

Collection including braindao/tinyroberta-6l-768d-language-identifier-en-es-ko-zh-fastc