Text Generation
PEFT
TensorBoard
Safetensors
gemma
trl
sft
Generated from Trainer
4-bit precision
bitsandbytes
Instructions to use Orcawise/eu_ai_act_using_finetuned_gemma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Orcawise/eu_ai_act_using_finetuned_gemma with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b") model = PeftModel.from_pretrained(base_model, "Orcawise/eu_ai_act_using_finetuned_gemma") - Notebooks
- Google Colab
- Kaggle
|| You are trying to access a gated repo while using custom model using Inference API ||
#1 opened about 2 years ago
by
Orcawise