Views
No views yet
label2id Mapping| Label | ID | Description |
|---|---|---|
B-ALICUOTA | 0 | Beginning of VAT rate |
B-COMPROBANTE_NUMERO | 1 | Beginning of document number |
B-CONCEPTO_GASTO | 2 | Beginning of expense concept/description |
B-FECHA | 3 | Beginning of date |
B-IVA | 4 | Beginning of VAT amount |
B-JURISDICCION_GASTO | 5 | Beginning of expense jurisdiction |
B-NETO | 6 | Beginning of net amount |
B-PROVEEDOR_CUIT | 7 | Beginning of supplier's CUIT (Tax ID) |
B-PROVEEDOR_RAZON_SOCIAL | 8 | Beginning of supplier's legal name |
B-TIPO | 9 | Beginning of document type (e.g., "A", "B", "C") |
B-TOTAL | 10 | Beginning of total amount |
I-COMPROBANTE_NUMERO | 11 | Inside of document number |
I-CONCEPTO_GASTO | 12 | Inside of expense concept/description |
I-JURISDICCION_GASTO | 13 | Inside of expense jurisdiction |
I-PROVEEDOR_CUIT | 14 | Inside of supplier's CUIT (Tax ID) |
I-PROVEEDOR_RAZON_SOCIAL | 15 | Inside of supplier's legal name |
I-TOTAL | 16 | Inside of total amount |
O | 17 | Outside of any defined entity |
id2label Mapping1{
2"0": "B-ALICUOTA",
3"1": "B-COMPROBANTE_NUMERO",
4"2": "B-CONCEPTO_GASTO",
5"3": "B-FECHA",
6"4": "B-IVA",
7"5": "B-JURISDICCION_GASTO",
8"6": "B-NETO",
9"7": "B-PROVEEDOR_CUIT",
10"8": "B-PROVEEDOR_RAZON_SOCIAL",
11"9": "B-TIPO",
12"10": "B-TOTAL",
13"11": "I-COMPROBANTE_NUMERO",
14"12": "I-CONCEPTO_GASTO",
15"13": "I-JURISDICCION_GASTO",
16"14": "I-PROVEEDOR_CUIT",
17"15": "I-PROVEEDOR_RAZON_SOCIAL",
18"16": "I-TOTAL",
19"17": "O"
20}
21
22The total number of unique labels is 18 (num_labels: 18).
23
24Full label_list
25* B-ALICUOTA
26* B-COMPROBANTE_NUMERO
27* B-CONCEPTO_GASTO
28* B-FECHA
29* B-IVA
30* B-JURISDICCION_GASTO
31* B-NETO
32* B-PROVEEDOR_CUIT
33* B-PROVEEDOR_RAZON_SOCIAL
34* B-TIPO
35* B-TOTAL
36* I-COMPROBANTE_NUMERO
37* I-CONCEPTO_GASTO
38* I-JURISDICCION_GASTO
39* I-PROVEEDOR_CUIT
40* I-PROVEEDOR_RAZON_SOCIAL
41* I-TOTAL
42* O