Commit
•
3f9903b
1
Parent(s):
17c9049
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (1945a604b9101870fb308bd5dddd1c6bd965cb26)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- vicgalle/alpaca-gpt4
|
4 |
library_name: peft
|
5 |
tags:
|
6 |
- gptj-6b
|
@@ -8,6 +6,9 @@ tags:
|
|
8 |
- instruct-alpaca
|
9 |
- alpaca
|
10 |
- gpt4
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
We finetuned gptj-6b on Code-Alpaca-Instruct Dataset (vicgalle/alpaca-gpt4) for 10 epochs or ~ 50,000 steps 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 |
- gptj-6b
|
|
|
6 |
- instruct-alpaca
|
7 |
- alpaca
|
8 |
- gpt4
|
9 |
+
datasets:
|
10 |
+
- vicgalle/alpaca-gpt4
|
11 |
+
base_model: EleutherAI/gpt-j-6b
|
12 |
---
|
13 |
|
14 |
We finetuned gptj-6b on Code-Alpaca-Instruct Dataset (vicgalle/alpaca-gpt4) for 10 epochs or ~ 50,000 steps using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|