Skip to content

Commit

Permalink
add fine tuned example with new params (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jul 30, 2023
1 parent f9ff0a9 commit f99d368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
trainingDataset:
name: k8s-instructions
params:
epochs: 1
num_train_epochs: 1
prompt_template: |
You're a helpful assistant that helps with generating K8s YAML manifests. Your responses should only be YAML or multi YAML files
## Instruction
Expand Down
4 changes: 3 additions & 1 deletion examples/falcon-7b-instruct/finetuned-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ spec:
trainingDataset:
name: k8s-instructions
params:
epochs: 1
# See HuggingFace transformers.TrainingArguments for all parameters
# https://huggingface.co/docs/transformers/main_classes/trainer#transformers.TrainingArguments
num_train_epochs: 1
resources:
gpu:
count: 4
Expand Down

0 comments on commit f99d368

Please sign in to comment.