Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ Ubuntu_Llama_Chat_7B is a fine-tuned model based on Llama 2 Chat 7b base model a
|
|
| 10 |
## Acknowledgments
|
| 11 |
|
| 12 |
### Base Model: Llama2_Chat_7b
|
| 13 |
-
- We utilized the Llama2 model as the base model for our project. The model was obtained from [
|
| 14 |
-
- Special thanks to [
|
| 15 |
-
- License:
|
| 16 |
|
| 17 |
### Fine-Tune Dataset
|
| 18 |
- The fine-tuning was performed on [Ubuntu Dialogue Corpus](https://www.kaggle.com/datasets/rtatman/ubuntu-dialogue-corpus) dataset, which was crucial for achieving the results.
|
|
|
|
| 10 |
## Acknowledgments
|
| 11 |
|
| 12 |
### Base Model: Llama2_Chat_7b
|
| 13 |
+
- We utilized the Llama2 Chat 7b model as the base model for our project. The model was obtained from [meta-llama/Llama-2-2b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf).
|
| 14 |
+
- Special thanks to [AI at Meta](https://ai.meta.com/llama/) for providing the model and the community around it for the support.
|
| 15 |
+
- License: A custom commercial license is available at: https://ai.meta.com/resources/models-and-libraries/llama-downloads/.
|
| 16 |
|
| 17 |
### Fine-Tune Dataset
|
| 18 |
- The fine-tuning was performed on [Ubuntu Dialogue Corpus](https://www.kaggle.com/datasets/rtatman/ubuntu-dialogue-corpus) dataset, which was crucial for achieving the results.
|