Skip to content

Commit

Permalink
Merge pull request #55 from togethercomputer/artem/ENG-10910-openapi
Browse files Browse the repository at this point in the history
Add train_on_inputs argument
  • Loading branch information
zainhas authored Nov 15, 2024
2 parents 9dd8113 + 755331e commit ce5593a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,15 @@ paths:
wandb_api_key:
type: string
description: API key for Weights & Biases integration
train_on_inputs:
oneOf:
- type: boolean
- type: string
enum:
- auto
type: boolean
default: auto
description: Whether to mask the user messages in conversational data or prompts in instruction data.
training_type:
type: object
oneOf:
Expand Down Expand Up @@ -1775,6 +1784,13 @@ components:
type: number
eval_steps:
type: integer
train_on_inputs:
oneOf:
- type: boolean
- type: string
enum:
- auto
default: auto
training_type:
type: object
oneOf:
Expand Down

0 comments on commit ce5593a

Please sign in to comment.