Use a pipeline as a high-level helper

from transformers import pipeline

messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="google/gemma-2-2b-it") pipe(messages)# Use a pipeline as a high-level helper from transformers import pipeline

messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="google/gemma-2-2b-it") pipe(messages)

Downloads last month
0
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support question-answering models for fasttext library.

Model tree for Pepitogod/gpl-2.0

Base model

google/gemma-2-9b
Finetuned
(144)
this model

Dataset used to train Pepitogod/gpl-2.0