File size: 773 Bytes
f0f4703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "model_type": "custom-chatbot",
    "language": "en",
    "vocab_size": 50257,
    "max_position_embeddings": 1024,
    "num_attention_heads": 12,
    "num_hidden_layers": 12,
    "hidden_size": 768,
    "intermediate_size": 3072,
    "activation_function": "gelu",
    "initializer_range": 0.02,
    "layer_norm_epsilon": 1e-5,
    "bos_token_id": 50256,
    "eos_token_id": 50256,
    "pad_token_id": 0,
    "use_cache": true,
    "architectures": [
      "CustomChatbotModel"
    ],
    "task_specific_params": {
      "chat": {
        "max_length": 512,
        "temperature": 0.7,
        "top_k": 50,
        "top_p": 0.95
      }
    },
    "special_tokens_map_file": null,
    "tokenizer_class": "CustomTokenizer",
    "transformers_version": "4.34.0"
  }