Upload TableTransformerForObjectDetection
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/jupyter-anikolaeva/tatr/table-transformer-detection-ifrs",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
@@ -44,7 +43,7 @@
|
|
44 |
"init_xavier_std": 1.0,
|
45 |
"is_encoder_decoder": true,
|
46 |
"label2id": {
|
47 |
-
"
|
48 |
},
|
49 |
"mask_loss_coefficient": 1,
|
50 |
"model_type": "table-transformer",
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
|
|
43 |
"init_xavier_std": 1.0,
|
44 |
"is_encoder_decoder": true,
|
45 |
"label2id": {
|
46 |
+
"table": 0
|
47 |
},
|
48 |
"mask_loss_coefficient": 1,
|
49 |
"model_type": "table-transformer",
|