Commit
·
47f9a4d
1
Parent(s):
b955507
Initial commit
Browse files- config.json +58 -0
- pytorch_model.bin +0 -0
config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 11 |
+
"answer_loss_cutoff": 0.664694,
|
| 12 |
+
"answer_loss_importance": 1.0,
|
| 13 |
+
"architectures": [
|
| 14 |
+
"TapasForQuestionAnswering"
|
| 15 |
+
],
|
| 16 |
+
"attention_probs_dropout_prob": 0.1,
|
| 17 |
+
"average_approximation_function": "ratio",
|
| 18 |
+
"average_logits_per_cell": false,
|
| 19 |
+
"cell_selection_preference": 0.207951,
|
| 20 |
+
"disable_per_token_loss": false,
|
| 21 |
+
"gradient_checkpointing": false,
|
| 22 |
+
"hidden_act": "gelu",
|
| 23 |
+
"hidden_dropout_prob": 0.1,
|
| 24 |
+
"hidden_size": 32,
|
| 25 |
+
"huber_loss_delta": 0.121194,
|
| 26 |
+
"init_cell_selection_weights_to_zero": true,
|
| 27 |
+
"initializer_range": 0.02,
|
| 28 |
+
"intermediate_size": 32,
|
| 29 |
+
"layer_norm_eps": 1e-12,
|
| 30 |
+
"max_num_columns": 32,
|
| 31 |
+
"max_num_rows": 64,
|
| 32 |
+
"max_position_embeddings": 32,
|
| 33 |
+
"model_type": "tapas",
|
| 34 |
+
"no_aggregation_label_index": 0,
|
| 35 |
+
"num_aggregation_labels": 4,
|
| 36 |
+
"num_attention_heads": 4,
|
| 37 |
+
"num_hidden_layers": 1,
|
| 38 |
+
"pad_token_id": 0,
|
| 39 |
+
"positive_label_weight": 10.0,
|
| 40 |
+
"reset_position_index_per_cell": true,
|
| 41 |
+
"select_one_column": true,
|
| 42 |
+
"span_prediction": "none",
|
| 43 |
+
"temperature": 0.0352513,
|
| 44 |
+
"type_vocab_sizes": [
|
| 45 |
+
3,
|
| 46 |
+
256,
|
| 47 |
+
256,
|
| 48 |
+
2,
|
| 49 |
+
256,
|
| 50 |
+
256,
|
| 51 |
+
10
|
| 52 |
+
],
|
| 53 |
+
"use_answer_as_supervision": true,
|
| 54 |
+
"use_gumbel_for_aggregation": false,
|
| 55 |
+
"use_gumbel_for_cells": false,
|
| 56 |
+
"use_normalized_answer_loss": false,
|
| 57 |
+
"vocab_size": 32
|
| 58 |
+
}
|
pytorch_model.bin
ADDED
|
Binary file (186 kB). View file
|
|
|