File size: 823 Bytes
f0f2280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "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
}