ebowwa commited on
Commit
0b7a312
1 Parent(s): de3e4e7

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": "ebowwa/bad_llm_dpov03",
3
+ "architectures": [
4
+ "LLaMAForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "model_type": "llama",
9
+ "torch_dtype": "float16",
10
+ "transformers_version": "4.27.0",
11
+ "vocab_size": 32000
12
+ }