Upload TF model
Browse files- config.json +63 -59
- tf_model.h5 +3 -0
config.json
CHANGED
|
@@ -1,59 +1,63 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
256,
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
256,
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
"
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/tapas-tiny-finetuned-sqa",
|
| 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 |
+
"TapasForQuestionAnswering"
|
| 11 |
+
],
|
| 12 |
+
"attention_probs_dropout_prob": 0.1,
|
| 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.1,
|
| 20 |
+
"hidden_size": 128,
|
| 21 |
+
"huber_loss_delta": null,
|
| 22 |
+
"init_cell_selection_weights_to_zero": false,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 512,
|
| 25 |
+
"layer_norm_eps": 1e-12,
|
| 26 |
+
"max_num_columns": 32,
|
| 27 |
+
"max_num_rows": 64,
|
| 28 |
+
"max_position_embeddings": 512,
|
| 29 |
+
"model_type": "tapas",
|
| 30 |
+
"no_aggregation_label_index": null,
|
| 31 |
+
"num_aggregation_labels": 0,
|
| 32 |
+
"num_attention_heads": 2,
|
| 33 |
+
"num_hidden_layers": 2,
|
| 34 |
+
"pad_token_id": 0,
|
| 35 |
+
"positive_label_weight": 10.0,
|
| 36 |
+
"reset_position_index_per_cell": true,
|
| 37 |
+
"select_one_column": true,
|
| 38 |
+
"softmax_temperature": 1.0,
|
| 39 |
+
"transformers_version": "4.13.0.dev0",
|
| 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": 30522
|
| 63 |
+
}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2599db9036f19bd46c47e76b4cfd969f9801e0db1114f858ee6f39a9edf0479
|
| 3 |
+
size 18153496
|