Commit
·
350dc4a
1
Parent(s):
bcc0173
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,11 @@ tags:
|
|
| 11 |
- coding
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
widget:
|
| 14 |
-
- text:
|
| 15 |
-
- text:
|
| 16 |
-
- text:
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# LlaMa2-CodeGen
|
|
@@ -24,6 +26,8 @@ This model is [**LlaMa2-7b**](https://huggingface.co/meta-llama/Llama-2-7b) whi
|
|
| 24 |
|
| 25 |
# You can load the LlaMa2-CodeGen model on google colab.
|
| 26 |
|
|
|
|
|
|
|
| 27 |
### Example
|
| 28 |
```py
|
| 29 |
|
|
|
|
| 11 |
- coding
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
widget:
|
| 14 |
+
- text: Write a program that add five numbers
|
| 15 |
+
- text: Write a python code for reading multiple images
|
| 16 |
+
- text: Write a python code for the name Ahmed to be in a reversed order
|
| 17 |
+
datasets:
|
| 18 |
+
- AhmedSSoliman/CodeSearchNet
|
| 19 |
---
|
| 20 |
|
| 21 |
# LlaMa2-CodeGen
|
|
|
|
| 26 |
|
| 27 |
# You can load the LlaMa2-CodeGen model on google colab.
|
| 28 |
|
| 29 |
+
|
| 30 |
+
|
| 31 |
### Example
|
| 32 |
```py
|
| 33 |
|