Update README.md
Browse files
README.md
CHANGED
@@ -2,20 +2,17 @@
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
datasets:
|
5 |
-
-
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
pipeline_tag: text-generation
|
9 |
-
base_model:
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# Panda-Coder 🐼
|
16 |
|
17 |
-
|
18 |
-
|
19 |
Panda Coder is a state-of-the-art LLM capable of generating code on the NLP based Instructions
|
20 |
|
21 |
## Model description
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
datasets:
|
5 |
+
- TokenBender/code_instructions_122k_alpaca_style
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
pipeline_tag: text-generation
|
9 |
+
base_model: codellama/CodeLlama-13b-Instruct-hf
|
10 |
---
|
11 |
|
|
|
|
|
|
|
12 |
# Panda-Coder 🐼
|
13 |
|
14 |
+

|
15 |
+
|
16 |
Panda Coder is a state-of-the-art LLM capable of generating code on the NLP based Instructions
|
17 |
|
18 |
## Model description
|