Skip to content

Commit

Permalink
LM Salience --> Sequence Salience in UI
Browse files Browse the repository at this point in the history
This doesn't rename the classes; will do that in a follow-up.

PiperOrigin-RevId: 616256449
  • Loading branch information
iftenney authored and LIT team committed Mar 15, 2024
1 parent 27cafd8 commit 3591e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit_nlp/client/modules/lm_salience_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const CMAP_DEFAULT_RANGE = 0.4;
/** LIT module for model output. */
@customElement('lm-salience-module')
export class LMSalienceModule extends SingleExampleSingleModelModule {
static override title = 'LM Salience';
static override title = 'Sequence Salience';
static override numCols = 6; // 60% of screen width if DataTable on left
static override duplicateAsRow = true;
// prettier-ignore
Expand Down

0 comments on commit 3591e61

Please sign in to comment.