YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Readability Classifier
Task: Age-appropriate readability classification
Labels
- 6-8
- 9-10
- 11-12
- general
Training
To train this model, install transformers and run:
pip install transformers datasets
python scripts/train_classifier.py --task readability --data datasets/processed/
Usage
from bilingual import bilingual_api as bb
# Use the classifier
result = bb.readability_check("Your text here")
print(result)
- Downloads last month
- 8
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support