Commit
•
b251617
1
Parent(s):
529dc38
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (f9f5d7a5775dac060a62b27fa81d9b1aa786ceb4)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
4 |
-
- mlabonne/CodeLlama-2-20k
|
5 |
tags:
|
6 |
- code
|
7 |
-
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# 🦙💻 CodeLlama
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: peft
|
|
|
4 |
tags:
|
5 |
- code
|
6 |
+
datasets:
|
7 |
+
- mlabonne/CodeLlama-2-20k
|
8 |
+
base_model: meta-llama/Llama-2-7b-hf
|
9 |
---
|
10 |
|
11 |
# 🦙💻 CodeLlama
|