b2b-ecomm-ner / config.json
Purva17's picture
Upload folder using huggingface_hub
f0f2280 verified
raw
history blame contribute delete
823 Bytes
{
"model_type": "b2b_ecommerce_ner",
"task": "token-classification",
"framework": "spacy",
"language": "en",
"license": "mit",
"entity_labels": [
"PRODUCT",
"QUANTITY",
"SIZE",
"UNIT"
],
"metrics": {
"f1": 0.82,
"precision": 0.82,
"recall": 0.81
},
"training_data": {
"examples": 500,
"entities": 1002,
"train_split": 400,
"val_split": 100
},
"model_details": {
"base_model": "en_core_web_sm",
"spacy_version": "3.8.0",
"training_iterations": 50,
"batch_size": 4
},
"features": {
"fuzzy_matching": true,
"product_catalog": true,
"multilingual": "experimental"
},
"version": "1.0.0",
"created": "2025-07-17",
"spacy_model_path": "spacy_model",
"catalog_path": "product_catalog.csv",
"prepared_for_upload": true
}