Sakuna librarian-bot commited on
Commit
80235ba
1 Parent(s): 70cbf8f

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

Browse files

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


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,14 +1,15 @@
1
  ---
2
- library_name: peft
3
- datasets:
4
- - HuggingFaceH4/CodeAlpaca_20K
5
  language:
6
  - en
7
- pipeline_tag: text2text-generation
8
  tags:
9
  - llama2
10
  - peft
11
  - bitsandbytes
 
 
 
 
12
  ---
13
  ## Training procedure
14
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ library_name: peft
5
  tags:
6
  - llama2
7
  - peft
8
  - bitsandbytes
9
+ datasets:
10
+ - HuggingFaceH4/CodeAlpaca_20K
11
+ pipeline_tag: text2text-generation
12
+ base_model: meta-llama/Llama-2-7b-hf
13
  ---
14
  ## Training procedure
15