Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jun 26, 2023
2 parents 713a746 + 1b04467 commit 0b227de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mongo/mongo-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ const loraParameters = [
default: 'eden:eden-v1',
allowedValues: [
'eden:eden-v1',
'gordon-berger:gordon-berger-figurative',
],
},
{
Expand All @@ -416,15 +415,15 @@ const loraParameters = [
{
name: 'use_template',
label: 'Template',
description: 'Which template to train from. Person works well, style and object are still experimental.',
description: 'Which template to train from. Person is well tuned with default settings, style and object are more experimental.',
default: 'person',
allowedValues: ['person', 'object', 'style'],
isRequired: true,
},
{
name: 'train_text_encoder',
label: 'Train text encoder',
description: 'Train a LoRa on top of the text encoder',
description: 'Train a LoRa module on top of the (frozen) text encoder',
default: true,
allowedValues: [false, true],
optional: true,
Expand Down

0 comments on commit 0b227de

Please sign in to comment.