Commit
•
67102d0
1
Parent(s):
abc613e
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (35ac25e48e620c4c727307086bf59746d4cfb11a)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
- nampdn-ai/tiny-codes
|
4 |
library_name: peft
|
5 |
tags:
|
6 |
- llama2
|
@@ -15,7 +14,9 @@ tags:
|
|
15 |
- alpaca
|
16 |
- llama7b
|
17 |
- gpt2
|
18 |
-
|
|
|
|
|
19 |
---
|
20 |
## Training procedure
|
21 |
We finetuned [Llama 2 7B model](https://huggingface.co/meta-llama/Llama-2-7b-hf) from Meta on [nampdn-ai/tiny-codes](https://huggingface.co/datasets/nampdn-ai/tiny-codes) for ~ 10,000 steps using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
|
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- llama2
|
|
|
14 |
- alpaca
|
15 |
- llama7b
|
16 |
- gpt2
|
17 |
+
datasets:
|
18 |
+
- nampdn-ai/tiny-codes
|
19 |
+
base_model: meta-llama/Llama-2-7b-hf
|
20 |
---
|
21 |
## Training procedure
|
22 |
We finetuned [Llama 2 7B model](https://huggingface.co/meta-llama/Llama-2-7b-hf) from Meta on [nampdn-ai/tiny-codes](https://huggingface.co/datasets/nampdn-ai/tiny-codes) for ~ 10,000 steps using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|