Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- ewof/code-alpaca-instruct-unfiltered
|
4 |
library_name: peft
|
5 |
tags:
|
6 |
- gpt-j
|
@@ -13,6 +11,9 @@ tags:
|
|
13 |
- alpaca
|
14 |
- llama7b
|
15 |
- gpt2
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
We finetuned GPT-J 6B on Code-Alpaca-Instruct Dataset (ewof/code-alpaca-instruct-unfiltered) for 5 epochs or ~ 25,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 |
- gpt-j
|
|
|
11 |
- alpaca
|
12 |
- llama7b
|
13 |
- gpt2
|
14 |
+
datasets:
|
15 |
+
- ewof/code-alpaca-instruct-unfiltered
|
16 |
+
base_model: EleutherAI/gpt-j-6b
|
17 |
---
|
18 |
|
19 |
We finetuned GPT-J 6B on Code-Alpaca-Instruct Dataset (ewof/code-alpaca-instruct-unfiltered) for 5 epochs or ~ 25,000 steps using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|