antalvdb commited on
Commit
d877e0e
·
verified ·
1 Parent(s): ec53e5a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "antalvdb/mblm-chatbot-instruction-prompts-igtree,
3
+ "architectures": [
4
+ "TimblHuggingFaceModel"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "model_type": "timbl",
9
+ "pad_token_id": 2,
10
+ "sliding_window": 16,
11
+ "vocab_size": 30073
12
+ }