chainyo librarian-bot commited on
Commit
159d653
1 Parent(s): 7170154

Librarian Bot: Add base_model information to model (#4)

Browse files

- Librarian Bot: Add base_model information to model (3486ddead5a8d3a1dbbc29638a1aa1132f7bd6c3)


Co-authored-by: Librarian Bot (Bot) <[email protected]>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- datasets:
3
- - Muennighoff/natural-instructions
4
  language:
5
  - en
6
  library_name: transformers
7
- pipeline_tag: text-generation
8
  tags:
9
  - peft
10
  - LoRA
 
 
 
 
11
  ---
12
  # LoRA LLaMA Natural Instructions
13
 
 
1
  ---
 
 
2
  language:
3
  - en
4
  library_name: transformers
 
5
  tags:
6
  - peft
7
  - LoRA
8
+ datasets:
9
+ - Muennighoff/natural-instructions
10
+ pipeline_tag: text-generation
11
+ base_model: decapoda-research/llama-13b-hf
12
  ---
13
  # LoRA LLaMA Natural Instructions
14