This project explores large language models (LLMs) from two prominent model families: Llama and Phi. The primary goal is to generate text using these models, analyze the generated outputs, and build a comprehensive understanding of some of the strengths and limitations of LLMs.
- Generate text using Llama and Phi models.
- Analyze the quality, coherence, and relevance of the generated outputs.
- Identify strengths and limitations of LLMs in various contexts.
- Python 3.x
- Required libraries (list libraries such as
transformers
,torch
, etc.)
- Clone the repository:
git clone https://github.com/baharehgl/LLM.git