lmzheng commited on
Commit
bb930d2
1 Parent(s): f7b796f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -19,5 +19,6 @@
19
  "torch_dtype": "float16",
20
  "transformers_version": "4.28.1",
21
  "use_cache": true,
22
- "vocab_size": 32000
 
23
  }
 
19
  "torch_dtype": "float16",
20
  "transformers_version": "4.28.1",
21
  "use_cache": true,
22
+ "vocab_size": 32000,
23
+ "rope_condense_ratio": 8,
24
  }