Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
pipeline_tag: text-generation
|
4 |
-
inference: true
|
5 |
tags:
|
6 |
- Llama2
|
7 |
- code
|
8 |
- llama
|
9 |
- opensource
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## Aria Code is based on Code LLAMA 34B Instruct finetuned on French
|
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
3 |
tags:
|
4 |
- Llama2
|
5 |
- code
|
6 |
- llama
|
7 |
- opensource
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
inference: true
|
10 |
+
base_model: codellama/CodeLlama-34b-Instruct-hf
|
11 |
---
|
12 |
|
13 |
## Aria Code is based on Code LLAMA 34B Instruct finetuned on French
|