Commit
·
ad2c06a
1
Parent(s):
c47d0c6
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (78676d625a0c91540b7a01e75f01c253fea317e1)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
-
- sahil2801/CodeAlpaca-20k
|
| 4 |
library_name: peft
|
| 5 |
tags:
|
| 6 |
- facebook-opt-1.3b
|
|
@@ -11,6 +9,9 @@ tags:
|
|
| 11 |
- alpaca-instruct
|
| 12 |
- alpaca
|
| 13 |
- opt-1.3b
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
We finetuned Facebook/OPT-1.3B on Code-Alpaca-Instruct Dataset (sahil2801/CodeAlpaca-20k) 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 |
- facebook-opt-1.3b
|
|
|
|
| 9 |
- alpaca-instruct
|
| 10 |
- alpaca
|
| 11 |
- opt-1.3b
|
| 12 |
+
datasets:
|
| 13 |
+
- sahil2801/CodeAlpaca-20k
|
| 14 |
+
base_model: codellama/CodeLlama-7b-hf
|
| 15 |
---
|
| 16 |
|
| 17 |
We finetuned Facebook/OPT-1.3B on Code-Alpaca-Instruct Dataset (sahil2801/CodeAlpaca-20k) for 5 epochs using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|