CoolFace
Modelpublic

lysandre/tiny-tapas-random-sqa

sourceHugging Faceupdated 6y agoView on Hugging Face
0likes2.4kdownloads
config.json53 linesDownload Raw Back to root
1{2  "_name_or_path": "/content/drive/MyDrive/Tapas/Models saved using .save_pretrained()/tapas_base_finetuned_sqa_with_reset_and_intermediate_pretraining",3  "aggregation_loss_weight": 1.0,4  "aggregation_temperature": 1.0,5  "allow_empty_column_selection": false,6  "answer_loss_cutoff": null,7  "answer_loss_importance": 1.0,8  "architectures": [9    "TapasForQuestionAnswering"10  ],11  "attention_probs_dropout_prob": 0.1,12  "average_approximation_function": "ratio",13  "average_logits_per_cell": false,14  "cell_selection_preference": null,15  "disable_per_token_loss": false,16  "gradient_checkpointing": false,17  "hidden_act": "gelu",18  "hidden_dropout_prob": 0.1,19  "hidden_size": 32,20  "huber_loss_delta": null,21  "init_cell_selection_weights_to_zero": false,22  "initializer_range": 0.02,23  "intermediate_size": 32,24  "layer_norm_eps": 1e-12,25  "max_num_columns": 32,26  "max_num_rows": 64,27  "max_position_embeddings": 32,28  "model_type": "tapas",29  "num_aggregation_labels": 0,30  "num_attention_heads": 4,31  "num_hidden_layers": 1,32  "pad_token_id": 0,33  "positive_label_weight": 10.0,34  "reset_position_index_per_cell": true,35  "select_one_column": true,36  "span_prediction": "none",37  "task": "SQA",38  "type_vocab_sizes": [39    3,40    256,41    256,42    2,43    256,44    256,45    1046  ],47  "use_answer_as_supervision": null,48  "use_gumbel_for_aggregation": false,49  "use_gumbel_for_cells": false,50  "use_normalized_answer_loss": false,51  "vocab_size": 3252}53