Ping9gu commited on
Commit
6195808
ยท
1 Parent(s): 4d20401

Change to smaller Korean language model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def generate_diary(keywords):
8
  return "ํ‚ค์›Œ๋“œ๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”."
9
 
10
  client = InferenceClient(
11
- model="nlpai-lab/kullm-polyglot-5.8b-v2",
12
  token=os.environ.get("HUGGINGFACE_API_KEY")
13
  )
14
 
 
8
  return "ํ‚ค์›Œ๋“œ๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”."
9
 
10
  client = InferenceClient(
11
+ model="EleutherAI/polyglot-ko-1.3b",
12
  token=os.environ.get("HUGGINGFACE_API_KEY")
13
  )
14