edz314 / GenuineNarrativeCreator

The project aims to create a system that generates genuine narratives within a text-based RPG game. The core idea is to move beyond simple random text generation and create narratives that feel more natural and engaging for the player.
1 stars 0 forks source link

Choose LLM Framework and Model: #6

Open edz314 opened 2 months ago

edz314 commented 2 months ago

8.1.1. Research Available Frameworks: Investigate popular LLM frameworks like Hugging Face Transformers, OpenAI's API, and other relevant options. Consider factors like ease of use, community support, available models, and licensing terms.

8.1.2. Evaluate Model Capabilities: Assess the capabilities of different pre-trained models within the chosen framework, focusing on their ability to generate coherent and engaging narratives. Consider factors like model size, training data, and performance benchmarks.

8.1.3. Consider Project Requirements: Determine the specific requirements for the LLM, such as the desired level of narrative complexity, the ability to handle different genres and writing styles, and the need for fine-tuning or customization.

8.1.4. Make a Decision and Justify Choice: Select the most suitable LLM framework and model based on the research and evaluation, providing a clear justification for the chosen option.