Add 2 parameters for pipeline
Browse files- config.json +7 -0
config.json
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"aggregation_loss_weight": 1.0,
|
3 |
"aggregation_temperature": 1.0,
|
4 |
"allow_empty_column_selection": false,
|
@@ -25,6 +31,7 @@
|
|
25 |
"max_num_rows": 64,
|
26 |
"max_position_embeddings": 1024,
|
27 |
"model_type": "tapas",
|
|
|
28 |
"num_aggregation_labels": 4,
|
29 |
"num_attention_heads": 12,
|
30 |
"num_hidden_layers": 12,
|
|
|
1 |
{
|
2 |
+
"aggregation_labels": {
|
3 |
+
"0": "NONE",
|
4 |
+
"1": "SUM",
|
5 |
+
"2": "AVERAGE",
|
6 |
+
"3": "COUNT"
|
7 |
+
},
|
8 |
"aggregation_loss_weight": 1.0,
|
9 |
"aggregation_temperature": 1.0,
|
10 |
"allow_empty_column_selection": false,
|
|
|
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": 12,
|
37 |
"num_hidden_layers": 12,
|