chargoddard librarian-bot commited on
Commit
b51ed86
1 Parent(s): 5d7eee1

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

Browse files

- Librarian Bot: Add base_model information to model (6e6b0b49b47f6d2b0649e8cb701e509b3eb9609a)


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

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
 
 
2
  library_name: peft
3
  datasets:
4
  - EleutherAI/wikitext_document_level
5
- language:
6
- - en
7
  pipeline_tag: text-generation
 
8
  ---
9
 
10
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
 
1
  ---
2
+ language:
3
+ - en
4
  library_name: peft
5
  datasets:
6
  - EleutherAI/wikitext_document_level
 
 
7
  pipeline_tag: text-generation
8
+ base_model: huggyllama/llama-30b
9
  ---
10
 
11
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)