Arcpolar commited on
Commit
18162bc
·
1 Parent(s): 77ea2a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 [source/repository](URL_to_source).
14
- - Special thanks to [authors/creators of Llama2](URL_to_author_profile) for providing the model and the community around it for the support.
15
- - License: Mention the license under which Llama2 model is distributed, and adhere to any attribution requirements.
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.