Training in progress epoch 0
Browse files- README.md +53 -0
- config.json +122 -0
- special_tokens_map.json +7 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- vocab.txt +0 -0
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_keras_callback
|
| 4 |
+
model-index:
|
| 5 |
+
- name: JavierAnd/cliente360_class_weighted_model
|
| 6 |
+
results: []
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 10 |
+
probably proofread and complete it, then remove this comment. -->
|
| 11 |
+
|
| 12 |
+
# JavierAnd/cliente360_class_weighted_model
|
| 13 |
+
|
| 14 |
+
This model is a fine-tuned version of [dccuchile/distilbert-base-spanish-uncased](https://huggingface.co/dccuchile/distilbert-base-spanish-uncased) on an unknown dataset.
|
| 15 |
+
It achieves the following results on the evaluation set:
|
| 16 |
+
- Train Loss: 1.2096
|
| 17 |
+
- Validation Loss: 0.9421
|
| 18 |
+
- Train F1: 0.7156
|
| 19 |
+
- Epoch: 0
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 16071, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
| 39 |
+
- training_precision: float32
|
| 40 |
+
|
| 41 |
+
### Training results
|
| 42 |
+
|
| 43 |
+
| Train Loss | Validation Loss | Train F1 | Epoch |
|
| 44 |
+
|:----------:|:---------------:|:--------:|:-----:|
|
| 45 |
+
| 1.2096 | 0.9421 | 0.7156 | 0 |
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
### Framework versions
|
| 49 |
+
|
| 50 |
+
- Transformers 4.27.3
|
| 51 |
+
- TensorFlow 2.12.0
|
| 52 |
+
- Datasets 2.11.0
|
| 53 |
+
- Tokenizers 0.13.2
|
config.json
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "Posible fraude",
|
| 13 |
+
"1": "Suplantaci\u00f3n",
|
| 14 |
+
"2": "Datos de la transacci\u00f3n",
|
| 15 |
+
"3": "Descuento no pago atm propio",
|
| 16 |
+
"4": "Inconformidad venta",
|
| 17 |
+
"5": "Inconformidad en el saldo",
|
| 18 |
+
"6": "Liquidaci\u00f3n de intereses",
|
| 19 |
+
"7": "Inconformidad en d\u00e9bito",
|
| 20 |
+
"8": "Inconsistencia en compras",
|
| 21 |
+
"9": "Inconsisten transf daviplata",
|
| 22 |
+
"10": "Inconsistencia TX otras redes",
|
| 23 |
+
"11": "Aclaraci\u00f3n Tramite",
|
| 24 |
+
"12": "Inconsistencia en Saldo",
|
| 25 |
+
"13": "Protecci\u00f3n de datos",
|
| 26 |
+
"14": "Inconformidad gesti\u00f3n cobranza",
|
| 27 |
+
"15": "Reporte o calificaci\u00f3n",
|
| 28 |
+
"16": "Aclaraci\u00f3n de movimiento",
|
| 29 |
+
"17": "Inconformidad Tasa Hip/Leasing",
|
| 30 |
+
"18": "Pagos mal aplicados",
|
| 31 |
+
"19": "Endoso p\u00f3liza o cambio cia",
|
| 32 |
+
"20": "Acumulaci\u00f3n davipuntos-millas",
|
| 33 |
+
"21": "Atenci\u00f3n del funcionario",
|
| 34 |
+
"22": "Tarifas de servicio/comisiones",
|
| 35 |
+
"23": "Cartera Veh\u00edculo Productivo",
|
| 36 |
+
"24": "Inconformidad sobre el premio",
|
| 37 |
+
"25": "Cobro errado cuotas seguros",
|
| 38 |
+
"26": "Procesos Judiciales",
|
| 39 |
+
"27": "Reclam. Corresponsal",
|
| 40 |
+
"28": "Notificaciones erradas",
|
| 41 |
+
"29": "Inconformidad venta Seguro",
|
| 42 |
+
"30": "Levantamiento de hipoteca",
|
| 43 |
+
"31": "Ajuste tasa hipotec. Retenci\u00f3n",
|
| 44 |
+
"32": "Ajuste valor asegurado",
|
| 45 |
+
"33": "Extracto no generado-recibido",
|
| 46 |
+
"34": "Embargos",
|
| 47 |
+
"35": "Inconsistencia pago servicios",
|
| 48 |
+
"36": "Recaudos mal aplicados",
|
| 49 |
+
"37": "Incons aporte ret o canc",
|
| 50 |
+
"38": "Reporte/informe anual de costo",
|
| 51 |
+
"39": "Tarjeta de Cr\u00e9dito",
|
| 52 |
+
"40": "Cuenta Bloqueada",
|
| 53 |
+
"41": "Inconsistencia acuerdo de pago",
|
| 54 |
+
"42": "Demora en atenci\u00f3n o servicio",
|
| 55 |
+
"43": "Redencion der o part",
|
| 56 |
+
"44": "Voucher no abonado",
|
| 57 |
+
"45": "Incons rendimiento",
|
| 58 |
+
"46": "Bienes recibidos en pago"
|
| 59 |
+
},
|
| 60 |
+
"initializer_range": 0.02,
|
| 61 |
+
"label2id": {
|
| 62 |
+
"Aclaraci\u00f3n Tramite": 11,
|
| 63 |
+
"Aclaraci\u00f3n de movimiento": 16,
|
| 64 |
+
"Acumulaci\u00f3n davipuntos-millas": 20,
|
| 65 |
+
"Ajuste tasa hipotec. Retenci\u00f3n": 31,
|
| 66 |
+
"Ajuste valor asegurado": 32,
|
| 67 |
+
"Atenci\u00f3n del funcionario": 21,
|
| 68 |
+
"Bienes recibidos en pago": 46,
|
| 69 |
+
"Cartera Veh\u00edculo Productivo": 23,
|
| 70 |
+
"Cobro errado cuotas seguros": 25,
|
| 71 |
+
"Cuenta Bloqueada": 40,
|
| 72 |
+
"Datos de la transacci\u00f3n": 2,
|
| 73 |
+
"Demora en atenci\u00f3n o servicio": 42,
|
| 74 |
+
"Descuento no pago atm propio": 3,
|
| 75 |
+
"Embargos": 34,
|
| 76 |
+
"Endoso p\u00f3liza o cambio cia": 19,
|
| 77 |
+
"Extracto no generado-recibido": 33,
|
| 78 |
+
"Inconformidad Tasa Hip/Leasing": 17,
|
| 79 |
+
"Inconformidad en d\u00e9bito": 7,
|
| 80 |
+
"Inconformidad en el saldo": 5,
|
| 81 |
+
"Inconformidad gesti\u00f3n cobranza": 14,
|
| 82 |
+
"Inconformidad sobre el premio": 24,
|
| 83 |
+
"Inconformidad venta": 4,
|
| 84 |
+
"Inconformidad venta Seguro": 29,
|
| 85 |
+
"Incons aporte ret o canc": 37,
|
| 86 |
+
"Incons rendimiento": 45,
|
| 87 |
+
"Inconsisten transf daviplata": 9,
|
| 88 |
+
"Inconsistencia TX otras redes": 10,
|
| 89 |
+
"Inconsistencia acuerdo de pago": 41,
|
| 90 |
+
"Inconsistencia en Saldo": 12,
|
| 91 |
+
"Inconsistencia en compras": 8,
|
| 92 |
+
"Inconsistencia pago servicios": 35,
|
| 93 |
+
"Levantamiento de hipoteca": 30,
|
| 94 |
+
"Liquidaci\u00f3n de intereses": 6,
|
| 95 |
+
"Notificaciones erradas": 28,
|
| 96 |
+
"Pagos mal aplicados": 18,
|
| 97 |
+
"Posible fraude": 0,
|
| 98 |
+
"Procesos Judiciales": 26,
|
| 99 |
+
"Protecci\u00f3n de datos": 13,
|
| 100 |
+
"Recaudos mal aplicados": 36,
|
| 101 |
+
"Reclam. Corresponsal": 27,
|
| 102 |
+
"Redencion der o part": 43,
|
| 103 |
+
"Reporte o calificaci\u00f3n": 15,
|
| 104 |
+
"Reporte/informe anual de costo": 38,
|
| 105 |
+
"Suplantaci\u00f3n": 1,
|
| 106 |
+
"Tarifas de servicio/comisiones": 22,
|
| 107 |
+
"Tarjeta de Cr\u00e9dito": 39,
|
| 108 |
+
"Voucher no abonado": 44
|
| 109 |
+
},
|
| 110 |
+
"max_position_embeddings": 512,
|
| 111 |
+
"model_type": "distilbert",
|
| 112 |
+
"n_heads": 12,
|
| 113 |
+
"n_layers": 6,
|
| 114 |
+
"pad_token_id": 0,
|
| 115 |
+
"qa_dropout": 0.1,
|
| 116 |
+
"seq_classif_dropout": 0.2,
|
| 117 |
+
"sinusoidal_pos_embds": true,
|
| 118 |
+
"tie_weights_": true,
|
| 119 |
+
"torch_dtype": "float32",
|
| 120 |
+
"transformers_version": "4.27.3",
|
| 121 |
+
"vocab_size": 31002
|
| 122 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b51ba2fd163673f5d20e14cec56d04daaba426c45b2a4984c817075082fd202a
|
| 3 |
+
size 269564608
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"do_basic_tokenize": true,
|
| 4 |
+
"do_lower_case": true,
|
| 5 |
+
"mask_token": "[MASK]",
|
| 6 |
+
"model_max_length": 512,
|
| 7 |
+
"never_split": null,
|
| 8 |
+
"pad_token": "[PAD]",
|
| 9 |
+
"sep_token": "[SEP]",
|
| 10 |
+
"special_tokens_map_file": null,
|
| 11 |
+
"strip_accents": false,
|
| 12 |
+
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 14 |
+
"unk_token": "[UNK]"
|
| 15 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|