myeongho-jeong commited on
Commit
4bc54cd
1 Parent(s): d17ca99

correct config.json

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +0 -8
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/data/shared/models/stage6-1-test/780/merged",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "yanolja/EEVE-Korean-10.8B-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
generation_config.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "do_sample": true,
5
- "eos_token_id": 2,
6
- "transformers_version": "4.37.0",
7
- "use_cache": false
8
- }