pcuenq HF Staff commited on
Commit
6ea53f4
·
1 Parent(s): 153542a

Minimal test config

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "eos_token_id": 2,
7
+ "model_type": "llama",
8
+ "pad_token_id": 0,
9
+ "vocab_size": 32000
10
+ }