File size: 890 Bytes
f1cf1bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "model_type": "gliner2",
    "architecture": {
        "classifier": "microsoft/deberta-v3-large",
        "extractor": "fastino/gliner2-large-v1"
    },
    "pipeline": "two-stage",
    "stages": {
        "classification": {
            "task": "is_transaction",
            "labels": ["non-transaction", "transaction"],
            "max_length": 128
        },
        "extraction": {
            "classification_task": "transaction_type",
            "classification_labels": ["DEBIT", "CREDIT"],
            "structure": "transaction_info",
            "fields": [
                "transaction_amount",
                "transaction_date",
                "transaction_description",
                "masked_account_digits"
            ],
            "max_width": 8
        }
    },
    "precision_variants": ["fp16", "fp32"],
    "version": "1.0.0"
}