{ "_name_or_path": "CodeIsAbstract/HybridTimeScaleModel", "architectures": [ "HybridFourierLM" ], "auto_map": { "AutoConfig": "model.HybridFourierConfig", "AutoModelForCausalLM": "model.HybridFourierLM" }, "bos_token_id": 1, "dropout": 0.05, "dtype": "float32", "eos_token_id": 2, "latent_dim": 768, "layer_types": [ "linear", "linear", "linear", "softmax", "linear", "linear", "linear", "softmax", "linear", "linear", "linear", "softmax" ], "model_type": "hybrid_fourier_lm", "num_layers": 12, "num_modes": 64, "pad_token_id": 2, "time_scale": 128.0, "torch_dtype": "float32", "transformers_version": "4.46.3", "use_cache": false, "vocab_size": 32768 }