Zangs3011 librarian-bot commited on
Commit
11ecddb
1 Parent(s): 8f7fe65

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (413d30eb449a241b507f6937d6cef25d14da506b)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- datasets:
3
- - sahil2801/CodeAlpaca-20k
4
  library_name: peft
5
  tags:
6
  - llama2-7b
@@ -12,6 +10,9 @@ tags:
12
  - alpaca
13
  - llama7b
14
  - gpt2
 
 
 
15
  ---
16
 
17
  We finetuned Llama2-7B on Code-Alpaca-Instruct Dataset (sahil2801/CodeAlpaca-20k) 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
  - llama2-7b
 
10
  - alpaca
11
  - llama7b
12
  - gpt2
13
+ datasets:
14
+ - sahil2801/CodeAlpaca-20k
15
+ base_model: meta-llama/Llama-2-7b-hf
16
  ---
17
 
18
  We finetuned Llama2-7B on Code-Alpaca-Instruct Dataset (sahil2801/CodeAlpaca-20k) 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).