zeyadusf commited on
Commit
bc50dc3
1 Parent(s): 3cc76bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -3,6 +3,12 @@ base_model:
3
  - NousResearch/Llama-2-7b-hf
4
  pipeline_tag: text-generation
5
  library_name: transformers
 
 
 
 
 
 
6
  ---
7
  ## Abstract
8
 
@@ -13,5 +19,5 @@ Llama 2 is a state-of-the-art large language model (LLM) developed by Meta AI, d
13
  This repository demonstrates the steps and code required to fine-tune Llama 2 for specific tasks. Using the Hugging Face model **NousResearch/Llama-2-7b-hf** as the base, the model is fine-tuned with the dataset **mlabonne/guanaco-llama2-1k**. The fine-tuned model is saved under the name **llama2-miniguanaco**.
14
 
15
  # You can access more information through:
16
- - [Github]()
17
  - [Kaggle](https://www.kaggle.com/code/zeyadusf/finetune-llama2/notebook)
 
3
  - NousResearch/Llama-2-7b-hf
4
  pipeline_tag: text-generation
5
  library_name: transformers
6
+ license: apache-2.0
7
+ datasets:
8
+ - mlabonne/guanaco-llama2-1k
9
+ metrics:
10
+ - bleu
11
+ - accuracy
12
  ---
13
  ## Abstract
14
 
 
19
  This repository demonstrates the steps and code required to fine-tune Llama 2 for specific tasks. Using the Hugging Face model **NousResearch/Llama-2-7b-hf** as the base, the model is fine-tuned with the dataset **mlabonne/guanaco-llama2-1k**. The fine-tuned model is saved under the name **llama2-miniguanaco**.
20
 
21
  # You can access more information through:
22
+ - [Github](https://github.com/zeyadusf/FineTune-Llama2)
23
  - [Kaggle](https://www.kaggle.com/code/zeyadusf/finetune-llama2/notebook)