CoolFace
Modelpublic

hf-tiny-v2/tiny-random-FunnelForQuestionAnswering

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes20downloads
config.json41 linesDownload Raw Back to root
1{2  "activation_dropout": 0.0,3  "architectures": [4    "FunnelForQuestionAnswering"5  ],6  "attention_dropout": 0.1,7  "attention_type": "relative_shift",8  "block_repeats": [9    1,10    1,11    112  ],13  "block_sizes": [14    1,15    1,16    217  ],18  "d_head": 8,19  "d_inner": 37,20  "d_model": 32,21  "dtype": "float32",22  "hidden_act": "gelu_new",23  "hidden_dropout": 0.1,24  "initializer_range": 0.1,25  "initializer_std": 0.02,26  "layer_norm_eps": 1e-09,27  "max_position_embeddings": 512,28  "model_type": "funnel",29  "n_head": 4,30  "num_decoder_layers": 1,31  "pad_token_id": null,32  "pool_q_only": true,33  "pooling_type": "mean",34  "separate_cls": true,35  "tie_word_embeddings": true,36  "transformers_version": "5.16.0.dev0",37  "truncate_seq": true,38  "type_vocab_size": 3,39  "vocab_size": 3052240}41