LiteTCNEmbedding / config.json
whenxuan's picture
whenxuan: update the model checkpoints
f6a358d
Raw
History Blame Contribute Delete
538 Bytes
{
"architectures": [
"LiteTCNEmbeddingModel"
],
"casual_kernel_size": 3,
"channel_multiplier": [
2,
4,
4,
8
],
"context_length": 3072,
"dropout_rate": 0.1,
"dtype": "float32",
"final_channels": 512,
"hidden_size": 32,
"inception_kernel_sizes": [
3,
5,
11
],
"min_past": 64,
"model_type": "LiteTCNEmbedding",
"num_hidden_layers": 6,
"prediction_length": 16,
"time_encoding_scale": 3072,
"transformers_version": "4.57.6",
"use_arcsinh": true,
"wide_kernel_size": 33
}