Nomedamai commited on
Commit
839c85e
1 Parent(s): a43f65f

Upload 3 files

Browse files

vocab and configs

Files changed (3) hide show
  1. config.json +69 -0
  2. tokenizer_config.json +1 -0
  3. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/tapas-large-finetuned-wtq",
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": 0.664694,
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": 0.207951,
21
+ "disable_per_token_loss": false,
22
+ "gradient_checkpointing": false,
23
+ "hidden_act": "gelu",
24
+ "hidden_dropout_prob": 0.1,
25
+ "hidden_size": 1024,
26
+ "huber_loss_delta": 0.121194,
27
+ "init_cell_selection_weights_to_zero": true,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 4096,
30
+ "layer_norm_eps": 1e-12,
31
+ "max_num_columns": 32,
32
+ "max_num_rows": 64,
33
+ "max_position_embeddings": 1024,
34
+ "model_type": "tapas",
35
+ "no_aggregation_label_index": 0,
36
+ "num_aggregation_labels": 4,
37
+ "num_attention_heads": 16,
38
+ "num_hidden_layers": 24,
39
+ "pad_token_id": 0,
40
+ "positive_label_weight": 10.0,
41
+ "reset_position_index_per_cell": true,
42
+ "select_one_column": true,
43
+ "softmax_temperature": 1.0,
44
+ "temperature": 0.0352513,
45
+ "transformers_version": "4.13.0.dev0",
46
+ "type_vocab_size": [
47
+ 3,
48
+ 256,
49
+ 256,
50
+ 2,
51
+ 256,
52
+ 256,
53
+ 10
54
+ ],
55
+ "type_vocab_sizes": [
56
+ 3,
57
+ 256,
58
+ 256,
59
+ 2,
60
+ 256,
61
+ 256,
62
+ 10
63
+ ],
64
+ "use_answer_as_supervision": true,
65
+ "use_gumbel_for_aggregation": false,
66
+ "use_gumbel_for_cells": false,
67
+ "use_normalized_answer_loss": false,
68
+ "vocab_size": 30522
69
+ }
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "empty_token": "[EMPTY]", "tokenize_chinese_chars": true, "strip_accents": null, "cell_trim_length": -1, "max_column_id": null, "max_row_id": null, "strip_column_names": false, "update_answer_coordinates": false, "drop_rows_to_fit": false, "model_max_length": 512, "additional_special_tokens": ["[EMPTY]"]}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff