Text Classification
Transformers
Safetensors
English
bert
names
india
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="topsinfosolutions/indian-state-by-name")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("topsinfosolutions/indian-state-by-name")
model = AutoModelForSequenceClassification.from_pretrained("topsinfosolutions/indian-state-by-name")
Quick Links

Indian States Person Names Model

This model is designed to recognize and process names associated with Indian states. Built on top of Google's bert-base-uncased, this model has been fine-tuned specifically to understand names from various regions in India, drawing on the topsinfosolutions/indian-states-person-names dataset. It aims to enhance the accuracy of name-based natural language processing tasks in applications related to Indian demographics and linguistics.

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

Model tree for topsinfosolutions/indian-state-by-name

Finetuned
(6771)
this model

Dataset used to train topsinfosolutions/indian-state-by-name

Space using topsinfosolutions/indian-state-by-name 1