텍스트 쪽 같은 발상. KerasHub 에 BERT, GPT-2, Llama, Gemma, Mistral 다 들어있고 task head (classification, generation) 와 tokenizer 가 모델에 묶여있어. LoRA fine-tuning 은 parameter 한 개. 'Gemma 를 내 데이터로 fine-tune 하고 싶다' 에서 saved model 까지 반나절 코스.
KerasNLP — text / LLM 전용 model + tokenizer + utility 패키지. 2024 년 KerasCV 와 함께 KerasHub 로 통합. 새 코드는 keras_hub 가 표준.
제공: BERT, GPT-2, Llama, Gemma, Mistral 등 사전학습 LLM, task-specific classifier head, tokenizer (model 별 vocab 묶음), LoRA fine-tuning. 'Gemma 를 내 데이터로 fine-tune' 같은 작업이 반나절 코스가 됐어.