Text Generation
PEFT
Safetensors
Korean
English
gemma2
korean
trade
summarization
tagging
text-classification
b2b
email
supply-chain
lora
conversational
Instructions to use lablup/gemma-2-2b-it-xaas-sum-tag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lablup/gemma-2-2b-it-xaas-sum-tag with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yonggeun/gemma-2-2b-qa_merged_model") model = PeftModel.from_pretrained(base_model, "lablup/gemma-2-2b-it-xaas-sum-tag") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!