Commit
•
bea3897
1
Parent(s):
11bec35
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (969b4a453be2d2290b39e6b04d6b6bdc7c26edaf)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- garage-bAInd/Open-Platypus
|
4 |
library_name: peft
|
5 |
tags:
|
6 |
- meta-llama/Llama-2-7b-hf
|
@@ -9,6 +7,9 @@ tags:
|
|
9 |
- instruct-code
|
10 |
- logical-reasoning
|
11 |
- Platypus2
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
We finetuned Meta-Llama/Llama-2-7b-hf on the Open-Platypus dataset (garage-bAInd/Open-Platypus) for 5 epochs using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|
|
|
1 |
---
|
|
|
|
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
- meta-llama/Llama-2-7b-hf
|
|
|
7 |
- instruct-code
|
8 |
- logical-reasoning
|
9 |
- Platypus2
|
10 |
+
datasets:
|
11 |
+
- garage-bAInd/Open-Platypus
|
12 |
+
base_model: meta-llama/Llama-2-7b-hf
|
13 |
---
|
14 |
|
15 |
We finetuned Meta-Llama/Llama-2-7b-hf on the Open-Platypus dataset (garage-bAInd/Open-Platypus) for 5 epochs using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|