openfree commited on
Commit
a57f554
·
verified ·
1 Parent(s): dc26101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -53,12 +53,6 @@ TOKENIZER_MODELS = {
53
  'gpt2': {
54
  'name': 'openai-community/gpt2',
55
  'alias': 'GPT-2'
56
- },
57
-
58
- # 추가: 최신 한글 모델 예시 (KoAlpaca)
59
- 'koalpaca-polyglot-12.8b': {
60
- 'name': 'beomi/KoAlpaca-Polyglot-12.8B',
61
- 'alias': 'KoAlpaca 12.8B'
62
  }
63
  }
64
 
 
53
  'gpt2': {
54
  'name': 'openai-community/gpt2',
55
  'alias': 'GPT-2'
 
 
 
 
 
 
56
  }
57
  }
58