File size: 604 Bytes
6a1844d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"architectures": [
"HybridTimeScaleLM"
],
"bos_token_id": 1,
"chunk_size": 128,
"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,
"tie_word_embeddings": true,
"time_scale": 128.0,
"transformers_version": "5.14.1",
"use_cache": false,
"vocab_size": 32768
}
|