Spaces:
Sleeping
Sleeping
Create note
Browse files
note
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Il modello bert-latin-uncased utilizza il
|
2 |
+
decoder "type": "WordPiece"
|
3 |
+
normalizer: "BertNormalizer"
|
4 |
+
|
5 |
+
mentre il modello addestrato da Luis Vasquez utilizza il
|
6 |
+
decoder "type": "BPEDecoder"
|
7 |
+
Normalizer: type "Sequence" custom
|
8 |
+
|
9 |
+
entrambi generano un modello di tipo "type": "WordPiece"
|
10 |
+
|