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

Feature Request: Text Generation - Implement GPT-based Text Generation Model #318

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments

Comments

@HsiangNianian
Copy link
Member

Text generation uses models like GPT and BART to create human-like text based on a given prompt. This task will implement a text generation model for generating contextually relevant content.

Pre-trained Models: Should we leverage pre-trained GPT models or fine-tune on specific data?
Content Control: How to make sure the generated text is relevant and coherent?
Use Cases: How to apply the generated content in practical scenarios (e.g., chatbots, content creation)?

Expected Outcome

  • A fully functional text generation model that can create coherent text based on various inputs.
  • Integration with iamai's pipeline and usage examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant