tite-2-late / config.json
fschlatt's picture
Upload folder using huggingface_hub
b55bd0b verified
{
"absolute_positional_embedding_type": null,
"architectures": [
"TiteForPreTraining"
],
"dropout_prob": 0.1,
"hidden_act": "gelu_pytorch_tanh",
"hidden_sizes": [
768,
768,
768,
768,
768,
768,
768,
768,
768,
768,
768,
768
],
"initializer_range": 0.02,
"intermediate_sizes": [
3072,
3072,
3072,
3072,
3072,
3072,
3072,
3072,
3072,
3072,
3072,
3072
],
"kernel_sizes": [
null,
null,
null,
2,
2,
2,
2,
2,
2,
2,
2,
2
],
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "tite",
"norm_location": "post",
"norm_type": "layer",
"num_attention_heads": [
12,
12,
12,
12,
12,
12,
12,
12,
12,
12,
12,
12
],
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooling_implementation": "triton",
"pooling_location": "intra",
"positional_embedding_type": null,
"relative_positional_embedding_type": "rotary",
"rope_implementation": "eager",
"rotary_interleaved": true,
"strides": [
null,
null,
null,
2,
2,
2,
2,
2,
2,
2,
2,
2
],
"torch_dtype": "float32",
"transformers_version": "4.52.4",
"vocab_size": 30522
}