Deepscans commited on
Commit
88fd6b3
·
verified ·
1 Parent(s): cdcc7ee

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPT2LMHeadModel"],
3
+ "model_type": "gpt2",
4
+ "vocab_size": 50257,
5
+ "n_positions": 1024,
6
+ "n_embd": 768,
7
+ "n_layer": 12,
8
+ "n_head": 12,
9
+ "activation_function": "gelu_new",
10
+ "task_specific_params": {
11
+ "text-generation": {
12
+ "do_sample": true,
13
+ "max_length": 500
14
+ }
15
+ },
16
+ "bos_token_id": 50256,
17
+ "eos_token_id": 50256,
18
+ "name": "WebScan-AI-v3",
19
+ "description": "WebScan AI v3 - умный помощник созданный командой DeepScans"
20
+ }