Anonymous
commited on
Commit
·
572a4d0
1
Parent(s):
2e97e99
add model
Browse files- config.json +63 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/tapas-base",
|
| 3 |
+
"aggregation_labels": null,
|
| 4 |
+
"aggregation_loss_weight": 1.0,
|
| 5 |
+
"aggregation_temperature": 1.0,
|
| 6 |
+
"allow_empty_column_selection": false,
|
| 7 |
+
"answer_loss_cutoff": null,
|
| 8 |
+
"answer_loss_importance": 1.0,
|
| 9 |
+
"architectures": [
|
| 10 |
+
"TapasModel"
|
| 11 |
+
],
|
| 12 |
+
"attention_probs_dropout_prob": 0.0,
|
| 13 |
+
"average_approximation_function": "ratio",
|
| 14 |
+
"average_logits_per_cell": false,
|
| 15 |
+
"cell_selection_preference": null,
|
| 16 |
+
"disable_per_token_loss": false,
|
| 17 |
+
"gradient_checkpointing": false,
|
| 18 |
+
"hidden_act": "gelu",
|
| 19 |
+
"hidden_dropout_prob": 0.07,
|
| 20 |
+
"hidden_size": 768,
|
| 21 |
+
"huber_loss_delta": null,
|
| 22 |
+
"init_cell_selection_weights_to_zero": false,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 3072,
|
| 25 |
+
"layer_norm_eps": 1e-12,
|
| 26 |
+
"max_num_columns": 32,
|
| 27 |
+
"max_num_rows": 64,
|
| 28 |
+
"max_position_embeddings": 1024,
|
| 29 |
+
"model_type": "tapas",
|
| 30 |
+
"no_aggregation_label_index": null,
|
| 31 |
+
"num_aggregation_labels": 0,
|
| 32 |
+
"num_attention_heads": 12,
|
| 33 |
+
"num_hidden_layers": 12,
|
| 34 |
+
"pad_token_id": 0,
|
| 35 |
+
"positive_label_weight": 10.0,
|
| 36 |
+
"reset_position_index_per_cell": false,
|
| 37 |
+
"select_one_column": true,
|
| 38 |
+
"softmax_temperature": 1.0,
|
| 39 |
+
"transformers_version": "4.6.1",
|
| 40 |
+
"type_vocab_size": [
|
| 41 |
+
3,
|
| 42 |
+
256,
|
| 43 |
+
256,
|
| 44 |
+
2,
|
| 45 |
+
256,
|
| 46 |
+
256,
|
| 47 |
+
10
|
| 48 |
+
],
|
| 49 |
+
"type_vocab_sizes": [
|
| 50 |
+
3,
|
| 51 |
+
256,
|
| 52 |
+
256,
|
| 53 |
+
2,
|
| 54 |
+
256,
|
| 55 |
+
256,
|
| 56 |
+
10
|
| 57 |
+
],
|
| 58 |
+
"use_answer_as_supervision": null,
|
| 59 |
+
"use_gumbel_for_aggregation": false,
|
| 60 |
+
"use_gumbel_for_cells": false,
|
| 61 |
+
"use_normalized_answer_loss": false,
|
| 62 |
+
"vocab_size": 30523
|
| 63 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2880aa42046452cfc5f9e822526132964d2abb4e4fdbb45e02c9be1ea56e73c
|
| 3 |
+
size 442772324
|