Skip to content

Commit

Permalink
Update llm-finetuning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yirenlu92 committed Apr 18, 2024
1 parent 9da92f7 commit 9fbf6c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 119 deletions.
2 changes: 1 addition & 1 deletion config/mistral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ datasets:
format: |-
[INST] Using the schema context below, generate a SQL query that answers the question.
{input}
{instruction} [/INST]
{instruction} [/INST]
dataset_prepared_path:
val_set_size: 0.05
Expand Down
2 changes: 1 addition & 1 deletion src/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"git clone https://github.com/OpenAccess-AI-Collective/axolotl /root/axolotl",
"cd /root/axolotl && git checkout v0.4.0",
)
.pip_install("huggingface_hub==0.20.3", "hf-transfer==0.1.5")
.pip_install("huggingface_hub==0.20.3", "hf-transfer==0.1.5", "wandb==0.16.3")
.env(
dict(
HUGGINGFACE_HUB_CACHE="/pretrained",
Expand Down
117 changes: 0 additions & 117 deletions src/inference.py

This file was deleted.

0 comments on commit 9fbf6c7

Please sign in to comment.