Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fine-tuning Gemma and/or CodeGemma for multi-turn, agentic workloads. #132

Open
bebechien opened this issue Jan 27, 2025 · 0 comments
Open
Labels
wishlist A wish list of cookbooks

Comments

@bebechien
Copy link
Collaborator

Description of the feature request:

A cookbook showcasing agentic workloads.
It extends the capabilities of Gemma and/or CodeGemma by providing resources and support for fine-tuning specifically geared towards agentic use cases involving multi-turn interactions.

What problem are you trying to solve with this feature?

Agentic workflows, which involve autonomous agents performing tasks through multi-turn dialogues and interactions, are becoming increasingly prevalent. These scenarios often require the model to:

  1. Maintain Context: Effectively track and utilize information from previous turns in a conversation.
  2. Plan and Reason: Generate responses that contribute to a larger goal or objective, requiring strategic planning and reasoning across multiple turns.
  3. Tool Use/Function Calling: Seamlessly integrate with external tools and APIs through function calling, potentially requiring maintaining the state and context of these tools across turns.
  4. Recover from Errors: Gracefully handle errors, misunderstandings, or requests for clarification within the multi-turn context.

While Gemma and CodeGemma might handle some aspects of these tasks in their current state, fine-tuning specifically for these agentic scenarios would greatly improve the performance and applicability in real-world applications.

Any other information you'd like to share?

No response

@bebechien bebechien added the wishlist A wish list of cookbooks label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlist A wish list of cookbooks
Projects
None yet
Development

No branches or pull requests

1 participant