Add Configuração e metadados
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "CRF",
|
| 3 |
"task": "token-classification",
|
|
|
|
| 4 |
"framework": "sklearn-crfsuite",
|
| 5 |
"language": "pt-BR",
|
| 6 |
"dataset": "Brazilian Address NER",
|
|
@@ -68,7 +69,7 @@
|
|
| 68 |
},
|
| 69 |
"training": {
|
| 70 |
"accuracy": 0.999468273661822,
|
| 71 |
-
"trained_at": "2025-11-
|
| 72 |
"seed": 42
|
| 73 |
},
|
| 74 |
"feature_extraction": {
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "CRF",
|
| 3 |
"task": "token-classification",
|
| 4 |
+
"serialization": "cloudpickle",
|
| 5 |
"framework": "sklearn-crfsuite",
|
| 6 |
"language": "pt-BR",
|
| 7 |
"dataset": "Brazilian Address NER",
|
|
|
|
| 69 |
},
|
| 70 |
"training": {
|
| 71 |
"accuracy": 0.999468273661822,
|
| 72 |
+
"trained_at": "2025-11-19T15:36:55.624329",
|
| 73 |
"seed": 42
|
| 74 |
},
|
| 75 |
"feature_extraction": {
|