myeongho-jeong commited on
Commit
f2f371b
1 Parent(s): b67aba2

correct config.json

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +0 -7
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/data/shared/models/KoPhi-v0.2-stage7-sft-inout/merged",
3
  "architectures": [
4
  "PhiForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "yanolja/EEVE-Korean-Instruct-2.8B-v1.0",
3
  "architectures": [
4
  "PhiForCausalLM"
5
  ],
generation_config.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 50256,
4
- "do_sample": true,
5
- "eos_token_id": 50256,
6
- "transformers_version": "4.38.0.dev0"
7
- }