NouRed librarian-bot commited on
Commit
14fcd2e
1 Parent(s): 429a7cc

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

Browse files

- Librarian Bot: Add base_model information to model (facbd8ccab755fb5272617c91aa12045ddd2bea9)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- library_name: peft
3
  license: mit
4
- datasets:
5
- - yahma/alpaca-cleaned
6
- pipeline_tag: text-generation
7
  tags:
8
  - Text Generation
9
  - LLaMA2
10
  - LLM
 
 
 
 
11
  ---
12
 
13
  ## Quantized LLaMA2
 
1
  ---
 
2
  license: mit
3
+ library_name: peft
 
 
4
  tags:
5
  - Text Generation
6
  - LLaMA2
7
  - LLM
8
+ datasets:
9
+ - yahma/alpaca-cleaned
10
+ pipeline_tag: text-generation
11
+ base_model: meta-llama/Llama-2-7b-hf
12
  ---
13
 
14
  ## Quantized LLaMA2