Fix typo
Browse files- config.json +1 -1
config.json
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
"max_num_rows": 64,
|
32 |
"max_position_embeddings": 1024,
|
33 |
"model_type": "tapas",
|
34 |
-
no_aggregation_label_index": 0,
|
35 |
"num_aggregation_labels": 4,
|
36 |
"num_attention_heads": 16,
|
37 |
"num_hidden_layers": 24,
|
|
|
31 |
"max_num_rows": 64,
|
32 |
"max_position_embeddings": 1024,
|
33 |
"model_type": "tapas",
|
34 |
+
"no_aggregation_label_index": 0,
|
35 |
"num_aggregation_labels": 4,
|
36 |
"num_attention_heads": 16,
|
37 |
"num_hidden_layers": 24,
|