nielsr HF staff commited on
Commit
bc48b07
1 Parent(s): 9c6687d

First commit

Browse files
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aggregation_loss_weight": 1.0,
3
+ "aggregation_temperature": 1.0,
4
+ "allow_empty_column_selection": false,
5
+ "answer_loss_cutoff": null,
6
+ "answer_loss_importance": 1.0,
7
+ "architectures": [
8
+ "TapasModel"
9
+ ],
10
+ "attention_probs_dropout_prob": 0.0,
11
+ "average_approximation_function": "ratio",
12
+ "average_logits_per_cell": false,
13
+ "cell_selection_preference": null,
14
+ "disable_per_token_loss": false,
15
+ "gradient_checkpointing": false,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.07,
18
+ "hidden_size": 768,
19
+ "huber_loss_delta": null,
20
+ "init_cell_selection_weights_to_zero": false,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
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": 0,
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
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
+ "type_vocab_size": [
37
+ 3,
38
+ 256,
39
+ 256,
40
+ 2,
41
+ 256,
42
+ 256,
43
+ 10
44
+ ],
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": 30522
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24a91abe5366e0b403041c08b49873fc67417be5d2cf9c36326d299f83b68d4
3
+ size 442768791
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