How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="tareknaous/readabert-hi")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("tareknaous/readabert-hi")
model = AutoModelForSequenceClassification.from_pretrained("tareknaous/readabert-hi", device_map="auto")
Quick Links

Muril-base (muril-base-cased) model fine-tuned on the Hindi portion of the ReadMe++ corpus for sentence-level readability prediction on a scale of 6-level CEFR scale

Github (Dataset and Python Package): https://github.com/tareknaous/readme

Paper: https://arxiv.org/abs/2305.14463

Downloads last month
13
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for tareknaous/readabert-hi