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-generation", model="rawsun00001/banking-sms-json-parser-v8")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("rawsun00001/banking-sms-json-parser-v8")
model = AutoModelForCausalLM.from_pretrained("rawsun00001/banking-sms-json-parser-v8", device_map="auto")
Quick Links

Banking SMS JSON Parser V8

Advanced AI model that converts Indian banking SMS messages into structured JSON format.

Features

  • โœ… Detects transaction vs non-transaction messages
  • โœ… Extracts amount, date, transaction type, last 4 digits
  • โœ… Categorizes transactions into 32+ categories
  • โœ… Handles unknown merchants with "Other" category
  • โœ… Supports UPI, NEFT, RTGS, Card transactions
  • โœ… 60,000+ training samples with realistic Indian banking patterns

Usage

Training Data

  • 60,000 training samples
  • 6,000 validation samples
  • 75% transaction, 25% non-transaction messages
  • Realistic Indian banking SMS patterns
  • Major Indian banks: ICICI, HDFC, SBI, Kotak, Axis, BOB, YES, etc.

Performance

Optimized for high accuracy on real-world Indian banking SMS messages with proper category classification and transaction detection.

Downloads last month
28
Safetensors
Model size
81.9M params
Tensor type
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support