Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +4 -3
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.