Commit
•
36a2807
1
Parent(s):
e77808a
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (ef64b3404b451eaf4f94ca6aead0f39e487dba93)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
library_name: peft
|
3 |
datasets:
|
4 |
- totally-not-an-llm/EverythingLM-data
|
|
|
5 |
---
|
6 |
|
7 |
Trained for 5 epochs on https://huggingface.co/datasets/totally-not-an-llm/EverythingLM-data. Merged model can be found here: https://huggingface.co/totally-not-an-llm/EverythingLM-13b-16k.
|
|
|
2 |
library_name: peft
|
3 |
datasets:
|
4 |
- totally-not-an-llm/EverythingLM-data
|
5 |
+
base_model: NousResearch/Llama-2-13b-hf
|
6 |
---
|
7 |
|
8 |
Trained for 5 epochs on https://huggingface.co/datasets/totally-not-an-llm/EverythingLM-data. Merged model can be found here: https://huggingface.co/totally-not-an-llm/EverythingLM-13b-16k.
|