LysandreJik commited on
Commit
03a5d99
1 Parent(s): 91dfa67

Initial commit

Browse files
Files changed (2) hide show
  1. config.json +59 -0
  2. pytorch_model.bin +0 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_labels": {
4
+ "0": "NONE",
5
+ "1": "SUM",
6
+ "2": "AVERAGE",
7
+ "3": "COUNT"
8
+ },
9
+ "aggregation_loss_weight": 1.0,
10
+ "aggregation_temperature": 1.0,
11
+ "allow_empty_column_selection": false,
12
+ "answer_loss_cutoff": null,
13
+ "answer_loss_importance": 1.0,
14
+ "architectures": [
15
+ "TapasForQuestionAnswering"
16
+ ],
17
+ "attention_probs_dropout_prob": 0.1,
18
+ "average_approximation_function": "ratio",
19
+ "average_logits_per_cell": false,
20
+ "cell_selection_preference": null,
21
+ "disable_per_token_loss": false,
22
+ "gradient_checkpointing": false,
23
+ "hidden_act": "gelu",
24
+ "hidden_dropout_prob": 0.1,
25
+ "hidden_size": 32,
26
+ "huber_loss_delta": null,
27
+ "init_cell_selection_weights_to_zero": false,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 32,
30
+ "layer_norm_eps": 1e-12,
31
+ "max_num_columns": 32,
32
+ "max_num_rows": 64,
33
+ "max_position_embeddings": 32,
34
+ "model_type": "tapas",
35
+ "no_aggregation_label_index": 0,
36
+ "num_aggregation_labels": 0,
37
+ "num_attention_heads": 4,
38
+ "num_hidden_layers": 1,
39
+ "pad_token_id": 0,
40
+ "positive_label_weight": 10.0,
41
+ "reset_position_index_per_cell": true,
42
+ "select_one_column": true,
43
+ "span_prediction": "none",
44
+ "task": "SQA",
45
+ "type_vocab_sizes": [
46
+ 3,
47
+ 256,
48
+ 256,
49
+ 2,
50
+ 256,
51
+ 256,
52
+ 10
53
+ ],
54
+ "use_answer_as_supervision": null,
55
+ "use_gumbel_for_aggregation": false,
56
+ "use_gumbel_for_cells": false,
57
+ "use_normalized_answer_loss": false,
58
+ "vocab_size": 32
59
+ }
pytorch_model.bin ADDED
Binary file (185 kB). View file