ebowwa commited on
Commit
a46c887
1 Parent(s): 004d0c9

Upload 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/toxic-dpo-v0.2-llama-3-01dpo",
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
+ }