Finetuned V2 with more and curated data
Browse files- config.json +8 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/ralvarez22/Documentos/trocr_hand/trocr_llm/finetuned/detr/
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
@@ -37,9 +37,15 @@
|
|
37 |
"eos_coefficient": 0.1,
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
|
|
|
|
|
|
40 |
"init_std": 0.02,
|
41 |
"init_xavier_std": 1.0,
|
42 |
"is_encoder_decoder": true,
|
|
|
|
|
|
|
43 |
"mask_loss_coefficient": 1,
|
44 |
"max_position_embeddings": 1024,
|
45 |
"model_type": "detr",
|
@@ -49,7 +55,7 @@
|
|
49 |
"position_embedding_type": "sine",
|
50 |
"scale_embedding": false,
|
51 |
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.
|
53 |
"use_pretrained_backbone": true,
|
54 |
"use_timm_backbone": true
|
55 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/ralvarez22/Documentos/trocr_hand/trocr_llm/finetuned/detr/Ena/V_4",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
|
|
37 |
"eos_coefficient": 0.1,
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
+
"id2label": {
|
41 |
+
"0": "LABEL_0"
|
42 |
+
},
|
43 |
"init_std": 0.02,
|
44 |
"init_xavier_std": 1.0,
|
45 |
"is_encoder_decoder": true,
|
46 |
+
"label2id": {
|
47 |
+
"LABEL_0": 0
|
48 |
+
},
|
49 |
"mask_loss_coefficient": 1,
|
50 |
"max_position_embeddings": 1024,
|
51 |
"model_type": "detr",
|
|
|
55 |
"position_embedding_type": "sine",
|
56 |
"scale_embedding": false,
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.45.2",
|
59 |
"use_pretrained_backbone": true,
|
60 |
"use_timm_backbone": true
|
61 |
}
|
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:d03a09fb9399a2eeab19a08eb5dcc859e2c508b343a3b7378f7667231d11659f
|
3 |
+
size 242704552
|