Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,9 @@ library_name: peft
|
|
| 3 |
base_model: codellama/CodeLlama-7b-hf
|
| 4 |
license: llama2
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
---
|
|
|
|
| 3 |
base_model: codellama/CodeLlama-7b-hf
|
| 4 |
license: llama2
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
dataset:
|
| 7 |
+
type: codeparrot/xlcost-text-to-code
|
| 8 |
+
name: xlcost
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
---
|