-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55f54e1
commit 024b207
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |