topsinfosolutions/indian-states-person-names
Viewer • Updated • 104 • 95 • 1
How to use topsinfosolutions/indian-state-by-name with Transformers:
# 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")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.
Base model
google-bert/bert-base-uncased