Spaces:
Sleeping
Sleeping
Jeong-hun Kim
commited on
Commit
·
9089f89
1
Parent(s):
82451e4
model change
Browse files- core/make_pipeline.py +1 -1
core/make_pipeline.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
|
5 |
class MakePipeline:
|
6 |
# 모델명
|
7 |
-
MODEL_ID = "naver-hyperclovax/HyperCLOVAX-SEED-
|
8 |
|
9 |
# 변수초기화
|
10 |
# model_id
|
|
|
4 |
|
5 |
class MakePipeline:
|
6 |
# 모델명
|
7 |
+
MODEL_ID = "naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B"
|
8 |
|
9 |
# 변수초기화
|
10 |
# model_id
|