YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Language Detect
This repository contains models and vectorizers for identifying languages written in various scripts. Each script has a corresponding model (model.joblib
) and vectorizer (vectorizer.joblib
).
How It Works
- The
vectorizer.joblib
preprocesses text for the model. - The
model.joblib
predicts the language based on the preprocessed input.
Files
model.joblib
: Trained model for a specific script.vectorizer.joblib
: Preprocessor required for the corresponding model.
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.