E-commerce NER Model
Fine-tuned DistilBERT model for extracting product information from e-commerce descriptions.
Usage
from transformers import pipeline
ner = pipeline("ner", model="MuneebAbro/ecommerce-ner-model")
result = ner("Samsung Galaxy S23 Ultra, 12GB RAM, 256GB Storage, Price: $1199.")
Entities
- PRODUCT: Product names
- BRAND: Brand names
- PRICE: Product prices
- QUANTITY: Storage, RAM, etc.
- Downloads last month
- 16