nielsr HF staff commited on
Commit
728bd79
1 Parent(s): ab4347f

First commit

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aggregation_loss_weight": 1.0,
3
+ "aggregation_temperature": 1.0,
4
+ "allow_empty_column_selection": false,
5
+ "answer_loss_cutoff": 0.664694,
6
+ "answer_loss_importance": 1.0,
7
+ "architectures": [
8
+ "TapasForQuestionAnswering"
9
+ ],
10
+ "attention_probs_dropout_prob": 0.1,
11
+ "average_approximation_function": "ratio",
12
+ "average_logits_per_cell": false,
13
+ "cell_selection_preference": 0.207951,
14
+ "disable_per_token_loss": false,
15
+ "gradient_checkpointing": false,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_size": 1024,
19
+ "huber_loss_delta": 0.121194,
20
+ "init_cell_selection_weights_to_zero": true,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "layer_norm_eps": 1e-12,
24
+ "max_num_columns": 32,
25
+ "max_num_rows": 64,
26
+ "max_position_embeddings": 1024,
27
+ "model_type": "tapas",
28
+ "num_aggregation_labels": 4,
29
+ "num_attention_heads": 16,
30
+ "num_hidden_layers": 24,
31
+ "pad_token_id": 0,
32
+ "positive_label_weight": 10.0,
33
+ "reset_position_index_per_cell": true,
34
+ "select_one_column": true,
35
+ "softmax_temperature": 1.0,
36
+ "temperature": 0.0352513,
37
+ "type_vocab_size": [
38
+ 3,
39
+ 256,
40
+ 256,
41
+ 2,
42
+ 256,
43
+ 256,
44
+ 10
45
+ ],
46
+ "type_vocab_sizes": [
47
+ 3,
48
+ 256,
49
+ 256,
50
+ 2,
51
+ 256,
52
+ 256,
53
+ 10
54
+ ],
55
+ "use_answer_as_supervision": true,
56
+ "use_gumbel_for_aggregation": false,
57
+ "use_gumbel_for_cells": false,
58
+ "use_normalized_answer_loss": false,
59
+ "vocab_size": 30522
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1b5620999629496833aad6c111737ca7acaad44a53a50fb3c1de66ad788f8f
3
+ size 1347101703
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "additional_special_tokens": ["[EMPTY]"]}
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