Skip to content

Commit

Permalink
remove duplicate description in GenerationParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hanouticelina committed Nov 21, 2024
1 parent d51550a commit d651202
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export interface AutomaticSpeechRecognitionParameters {

/**
* Parametrization of the text generation process
*
* Ad-hoc parametrization of the text generation process
*/
export interface GenerationParameters {
/**
Expand Down
1 change: 0 additions & 1 deletion packages/tasks/src/tasks/common-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"GenerationParameters": {
"title": "GenerationParameters",
"description": "Ad-hoc parametrization of the text generation process",
"type": "object",
"properties": {
"temperature": {
Expand Down
2 changes: 0 additions & 2 deletions packages/tasks/src/tasks/image-to-text/inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export interface ImageToTextParameters {

/**
* Parametrization of the text generation process
*
* Ad-hoc parametrization of the text generation process
*/
export interface GenerationParameters {
/**
Expand Down
2 changes: 0 additions & 2 deletions packages/tasks/src/tasks/text-to-audio/inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export interface TextToAudioParameters {

/**
* Parametrization of the text generation process
*
* Ad-hoc parametrization of the text generation process
*/
export interface GenerationParameters {
/**
Expand Down
2 changes: 0 additions & 2 deletions packages/tasks/src/tasks/text-to-speech/inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export interface TextToSpeechParameters {

/**
* Parametrization of the text generation process
*
* Ad-hoc parametrization of the text generation process
*/
export interface GenerationParameters {
/**
Expand Down

0 comments on commit d651202

Please sign in to comment.