DeepMount00
commited on
Commit
•
502e3e4
1
Parent(s):
6a92571
End of training
Browse files- README.md +43 -88
- config.json +5 -1
- model.safetensors +2 -2
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,97 +1,52 @@
|
|
1 |
---
|
|
|
2 |
base_model: dbmdz/bert-base-italian-xxl-cased
|
3 |
tags:
|
4 |
-
-
|
5 |
-
- finance
|
6 |
-
- privacy
|
7 |
model-index:
|
8 |
-
- name:
|
9 |
results: []
|
10 |
-
widget:
|
11 |
-
- text: >-
|
12 |
-
Mario Rossi, nato il 15 marzo 1975, residente in Via delle Rose 123, 50122
|
13 |
-
Firenze, ha inviato un'email a [email protected] per richiedere informazioni
|
14 |
-
sulla legge N. 123/2021, indicando il suo numero di telefono +39 0551234567
|
15 |
-
e il codice fiscale RSSMRA75C15D612K.
|
16 |
-
- text: >-
|
17 |
-
La ditta Giardini Belli S.p.A., con partita IVA 01234567890, ha emesso una
|
18 |
-
fattura di 500€ per la consulenza giuridica fornita dall'avvocato Giulia
|
19 |
-
Bianchi, il cui studio si trova in Piazza del Duomo, Milano, dal giorno
|
20 |
-
01/04/2024.
|
21 |
-
- text: >-
|
22 |
-
Il cliente ha effettuato un pagamento di 1500€ tramite bonifico bancario
|
23 |
-
(IBAN: IT60X0542811101000000123456) dalla banca Banca di Roma, per
|
24 |
-
l'acquisto di un veicolo con targa AB123CD, registrando la transazione alle
|
25 |
-
14:00 del 10/01/2024, come evidenziato nel suo estratto conto numero 7890.
|
26 |
-
language:
|
27 |
-
- it
|
28 |
---
|
29 |
|
|
|
|
|
|
|
30 |
# Italian_NER_XXL
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
##
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
-
|
52 |
-
-
|
53 |
-
-
|
54 |
-
-
|
55 |
-
-
|
56 |
-
-
|
57 |
-
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
-
|
66 |
-
-
|
67 |
-
-
|
68 |
-
-
|
69 |
-
- **NUMERO_TELEFONO**: Numero telefonico.
|
70 |
-
- **FOGLIO**: Riferito a un foglio di documentazione.
|
71 |
-
- **PARTICELLA**: Riferito a una particella catastale.
|
72 |
-
- **CARTELLA_CLINICA**: Documentazione medica di un paziente.
|
73 |
-
- **MALATTIA**: Identifica una malattia o condizione medica.
|
74 |
-
- **MEDICINA**: Riferito a un farmaco o trattamento medico.
|
75 |
-
- **CODICE_FISCALE**: Codice fiscale personale o aziendale.
|
76 |
-
- **NUMERO_DOCUMENTO**: Numero di un documento ufficiale.
|
77 |
-
- **STORIA_CLINICA**: Registro delle condizioni mediche di un paziente.
|
78 |
-
- **AVV_NOTAIO**: Identifica un avvocato o notaio.
|
79 |
-
- **P_IVA**: Partita IVA di un'azienda o professionista.
|
80 |
-
- **LEGGE**: Riferito a una legge specifica.
|
81 |
-
- **TASSO_MUTUO**: Tasso di interesse di un mutuo.
|
82 |
-
- **N_SENTENZA**: Numero di una sentenza legale.
|
83 |
-
- **MAPPALE**: Riferito a un mappale catastale.
|
84 |
-
- **SUBALTERNO**: Riferito a un subalterno catastale.
|
85 |
-
- **REGIME_PATRIMONIALE**: Stato patrimoniale in ambito legale.
|
86 |
-
- **STATO_CIVILE**: Stato civile di una persona.
|
87 |
-
- **BANCA**: Identifica una banca o istituto di credito.
|
88 |
-
- **BRAND**: Marchio o brand commerciale.
|
89 |
-
- **NUM_ASSEGNO_BANCARIO**: Numero di un assegno bancario.
|
90 |
-
- **IMEI**: Numero di identificazione internazionale di un dispositivo mobile.
|
91 |
-
- **N_LICENZA**: Numero di una licenza specifica.
|
92 |
-
- **IPV6_1**: Indirizzo IP versione 6.
|
93 |
-
- **MAC**: Indirizzo MAC di un dispositivo di rete.
|
94 |
-
- **USER_AGENT**: Identifica il software usato per accedere a una rete.
|
95 |
-
|
96 |
-
## Conclusion
|
97 |
-
The primary goal of this model is to provide effective and accurate identification of a wide range of entities, surpassing the limits of traditional models. Being the only model in Italy to recognize so many entities, we are confident that it will be an invaluable tool for numerous application areas. Constant evolution and improvement of the model is our top priority to ensure always top-notch performance.
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
base_model: dbmdz/bert-base-italian-xxl-cased
|
4 |
tags:
|
5 |
+
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
+
- name: Italian_NER_XXL
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
# Italian_NER_XXL
|
15 |
|
16 |
+
This model is a fine-tuned version of [dbmdz/bert-base-italian-xxl-cased](https://huggingface.co/dbmdz/bert-base-italian-xxl-cased) on the None dataset.
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 2e-05
|
36 |
+
- train_batch_size: 8
|
37 |
+
- eval_batch_size: 8
|
38 |
+
- seed: 42
|
39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
+
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 8
|
42 |
+
|
43 |
+
### Training results
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
### Framework versions
|
48 |
+
|
49 |
+
- Transformers 4.35.2
|
50 |
+
- Pytorch 2.1.1+cu121
|
51 |
+
- Datasets 2.15.0
|
52 |
+
- Tokenizers 0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
@@ -113,7 +113,9 @@
|
|
113 |
"101": "B-MAC",
|
114 |
"102": "I-MAC",
|
115 |
"103": "B-USER_AGENT",
|
116 |
-
"104": "I-USER_AGENT"
|
|
|
|
|
117 |
},
|
118 |
"initializer_range": 0.02,
|
119 |
"intermediate_size": 3072,
|
@@ -167,6 +169,7 @@
|
|
167 |
"B-SUBALTERNO": 83,
|
168 |
"B-TARGA_VEICOLO": 37,
|
169 |
"B-TASSO_MUTUO": 77,
|
|
|
170 |
"B-URL": 25,
|
171 |
"B-USER_AGENT": 103,
|
172 |
"B-VALUTA": 3,
|
@@ -219,6 +222,7 @@
|
|
219 |
"I-SUBALTERNO": 84,
|
220 |
"I-TARGA_VEICOLO": 38,
|
221 |
"I-TASSO_MUTUO": 78,
|
|
|
222 |
"I-URL": 26,
|
223 |
"I-USER_AGENT": 104,
|
224 |
"I-VALUTA": 4,
|
|
|
113 |
"101": "B-MAC",
|
114 |
"102": "I-MAC",
|
115 |
"103": "B-USER_AGENT",
|
116 |
+
"104": "I-USER_AGENT",
|
117 |
+
"105": "B-TRIBUNALE",
|
118 |
+
"106": "I-TRIBUNALE"
|
119 |
},
|
120 |
"initializer_range": 0.02,
|
121 |
"intermediate_size": 3072,
|
|
|
169 |
"B-SUBALTERNO": 83,
|
170 |
"B-TARGA_VEICOLO": 37,
|
171 |
"B-TASSO_MUTUO": 77,
|
172 |
+
"B-TRIBUNALE": 105,
|
173 |
"B-URL": 25,
|
174 |
"B-USER_AGENT": 103,
|
175 |
"B-VALUTA": 3,
|
|
|
222 |
"I-SUBALTERNO": 84,
|
223 |
"I-TARGA_VEICOLO": 38,
|
224 |
"I-TASSO_MUTUO": 78,
|
225 |
+
"I-TRIBUNALE": 106,
|
226 |
"I-URL": 26,
|
227 |
"I-USER_AGENT": 104,
|
228 |
"I-VALUTA": 4,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f8f463befcb59412ec78e8db10b39c88294942dc037147c0a1b9ce4e2c95401
|
3 |
+
size 440772844
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8872df13ea80a49b8bd86e7fb44f143669c5e425d771916398fbfdfc75de68b1
|
3 |
+
size 4664
|