Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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)
|