AAA_half_trained / config.json
mrinaldi's picture
Upload folder using huggingface_hub
8a2bd41 verified
{
"_checkpoint_path": "../checkpoints_32768/last.ckpt",
"_matformer_config_dict": {
"_checkpoint_path": "../checkpoints_32768/last.ckpt",
"_model_class": "BERTModel",
"_tokenizer_name": "mrinaldi/Gettone",
"attention_type": [],
"bias": false,
"block_size_for_attention": 128,
"bos_token_id": 5,
"cloze_probability": 1.0,
"compile_flexattn": false,
"custom_layers": {},
"decoder": null,
"default_layer": {
"attn_impl": "flash",
"ffn_activation": "swiglu",
"hooks": {},
"normalization": "rmsnorm",
"normalization_position": "pre",
"positional_encoding": "alibi",
"sliding_window_size": null
},
"encoder": null,
"entropy": null,
"eos_token_id": 6,
"ffn_factor": 3.0,
"has_entropy_model": null,
"has_text_autoencoder": null,
"hidden_size": 1024,
"is_causal": null,
"loss_type": "normal",
"mask_token_id": 4,
"masked_substitution_rate": [
0.1,
0.5
],
"max_position_embeddings": 1024,
"model_class": null,
"name": "Albertone",
"num_attention_heads": 16,
"num_hidden_layers": 28,
"num_labels": 2,
"pad_token_id": 0,
"random_probability": 0.0,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"same_probability": 0.0,
"sliding_type": null,
"tie_word_embeddings": true,
"tokenizer_name": null,
"tokenizer_type": null,
"training_objective": null,
"vocab_size": 32768
},
"_model_class": "BERTModel",
"_tokenizer_name": "mrinaldi/Gettone",
"attention_type": [],
"auto_map": {
"AutoConfig": "modeling_matformer.MatformerConfig",
"AutoModel": "modeling_matformer.MatformerModel",
"AutoModelForMaskedLM": "modeling_matformer.MatformerForMaskedLM"
},
"bias": false,
"block_size_for_attention": 128,
"bos_token_id": 5,
"cloze_probability": 1.0,
"compile_flexattn": false,
"custom_layers": {},
"decoder": null,
"default_layer": {
"attn_impl": "flash",
"ffn_activation": "swiglu",
"hooks": {},
"normalization": "rmsnorm",
"normalization_position": "pre",
"positional_encoding": "alibi",
"sliding_window_size": null
},
"encoder": null,
"entropy": null,
"eos_token_id": 6,
"ffn_factor": 3.0,
"has_entropy_model": null,
"has_text_autoencoder": null,
"hidden_size": 1024,
"is_causal": null,
"loss_type": "normal",
"mask_token_id": 4,
"masked_substitution_rate": [
0.1,
0.5
],
"max_position_embeddings": 1024,
"model_class": null,
"model_type": "matformer",
"name": "Albertone",
"num_attention_heads": 16,
"num_hidden_layers": 28,
"pad_token_id": 0,
"random_probability": 0.0,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"same_probability": 0.0,
"seed": 42,
"sliding_type": null,
"tokenizer_name": null,
"tokenizer_type": null,
"training_objective": null,
"transformers_version": "4.53.0",
"use_cache": true,
"vocab_size": 32768
}