AhmedSSoliman commited on
Commit
a6f50b8
1 Parent(s): 3ed6fca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -24,7 +24,8 @@ This model is [**LlaMa2-7b**](https://huggingface.co/meta-llama/Llama-2-7b) whi
24
 
25
  # Model Trained on Google Colab Pro Using AutoTrain, PEFT and QLoRA
26
 
27
- (https://colab.research.google.com/drive/18sAFC7msV0gJ24wn5gl41nU0QRynfLqG?usp=sharing)
 
28
 
29
  # You can load the LlaMa2-CodeGen model on google colab.
30
 
@@ -116,4 +117,12 @@ instruction = """
116
  Write a python code for the name Ahmed to be in a reversed order
117
  """
118
  print(generate(instruction))
119
- ```
 
 
 
 
 
 
 
 
 
24
 
25
  # Model Trained on Google Colab Pro Using AutoTrain, PEFT and QLoRA
26
 
27
+ ## [Implementation code](https://colab.research.google.com/drive/18sAFC7msV0gJ24wn5gl41nU0QRynfLqG?usp=sharing)    [![Open in Colab][Colab Badge]][RDP Notebook]
28
+
29
 
30
  # You can load the LlaMa2-CodeGen model on google colab.
31
 
 
117
  Write a python code for the name Ahmed to be in a reversed order
118
  """
119
  print(generate(instruction))
120
+ ```
121
+
122
+
123
+ [Colab Badge]: https://colab.research.google.com/assets/colab-badge.svg
124
+ [License-Badge]: https://img.shields.io/badge/License-MIT-blue.svg
125
+ [RDP Issues]: https://img.shields.io/github/issues/PradyumnaKrishna/Colab-Hacks/Colab%20RDP?label=Issues
126
+ [RDP Notebook]: https://colab.research.google.com/drive/18sAFC7msV0gJ24wn5gl41nU0QRynfLqG?usp=sharing
127
+ [Code Issues]: https://img.shields.io/github/issues/PradyumnaKrishna/Colab-Hacks/Code%20Server?label=Issues
128
+ [Code Notebook]: https://colab.research.google.com/drive/18sAFC7msV0gJ24wn5gl41nU0QRynfLqG?usp=sharing