Commit
•
1626f96
1
Parent(s):
755fe32
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (ef353925a46964cbe172695ee1dc406b7654caec)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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).
|