Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanGoheer authored May 9, 2024
1 parent 55f54e1 commit 024b207
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# Playing-with-llama-3
Experiments using Meta's newly released llama 3 model.

# Playing with Llama 3

This repository contains experiments using Meta's newly released Llama 3 model. The primary focus is to explore the capabilities of Llama 3 through various Jupyter notebooks and scripts. Here, you can find demonstrations and tests that showcase the potential of this advanced AI model.

## Getting Started

### Installation

Clone the repository to your local machine:
```bash
git clone https://github.com/ahsanGoheer/Playing-with-llama-3.git
```

Navigate to the project directory:
```bash
cd Playing-with-llama-3
```

## Usage

Run the Jupyter notebooks:
```bash
jupyter notebook
```

## Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 comments on commit 024b207

Please sign in to comment.