Commit
·
ec8e73a
1
Parent(s):
c3d9247
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (12be1a34e3e14558605982000a9eff24a63901ef)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
datasets:
|
4 |
-
- honzatoegel/lola-gramma-de-en
|
5 |
language:
|
6 |
- de
|
7 |
- en
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
## Examples
|
10 |
As you can see from examples bellow the output is far from ideal, and far from simple GPT/LLama2 prompt without finetuning.
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- de
|
4 |
- en
|
5 |
+
library_name: peft
|
6 |
+
datasets:
|
7 |
+
- honzatoegel/lola-gramma-de-en
|
8 |
+
base_model: meta-llama/Llama-2-70b-chat-hf
|
9 |
---
|
10 |
## Examples
|
11 |
As you can see from examples bellow the output is far from ideal, and far from simple GPT/LLama2 prompt without finetuning.
|