Skip to content

Commit

Permalink
add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
artek0chumak committed Nov 15, 2024
1 parent 9dd8113 commit 755331e
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 755331e

Please sign in to comment.