opticalmaterials commited on
Commit
f40cdb4
1 Parent(s): be4b226

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +65 -0
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/tapas-base-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
+ "finetuning_task": "tapas",
18
+ "gradient_checkpointing": false,
19
+ "hidden_act": "gelu",
20
+ "hidden_dropout_prob": 0.1,
21
+ "hidden_size": 768,
22
+ "huber_loss_delta": null,
23
+ "init_cell_selection_weights_to_zero": false,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "layer_norm_eps": 1e-12,
27
+ "max_num_columns": 32,
28
+ "max_num_rows": 64,
29
+ "max_position_embeddings": 1024,
30
+ "model_type": "tapas",
31
+ "no_aggregation_label_index": null,
32
+ "num_aggregation_labels": 0,
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 0,
36
+ "positive_label_weight": 10.0,
37
+ "reset_position_index_per_cell": true,
38
+ "select_one_column": true,
39
+ "softmax_temperature": 1.0,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.18.0.dev0",
42
+ "type_vocab_size": [
43
+ 3,
44
+ 256,
45
+ 256,
46
+ 2,
47
+ 256,
48
+ 256,
49
+ 10
50
+ ],
51
+ "type_vocab_sizes": [
52
+ 3,
53
+ 256,
54
+ 256,
55
+ 2,
56
+ 256,
57
+ 256,
58
+ 10
59
+ ],
60
+ "use_answer_as_supervision": null,
61
+ "use_gumbel_for_aggregation": false,
62
+ "use_gumbel_for_cells": false,
63
+ "use_normalized_answer_loss": false,
64
+ "vocab_size": 30522
65
+ }