Skip to content

Commit

Permalink
Remove span graph module from LIT.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 644421561
  • Loading branch information
llcourage authored and LIT team committed Jun 18, 2024
1 parent 3dad2b0 commit 0656386
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1,285 deletions.
6 changes: 0 additions & 6 deletions lit_nlp/api/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ class LitModuleName(dtypes.EnumSerializableAsValues, enum.Enum):
SimpleDatapointEditorModule = 'simple-datapoint-editor-module'
# Non-replicating version of Datapoint Editor
SingleDatapointEditorModule = 'single-datapoint-editor-module'
SpanGraphGoldModule = 'span-graph-gold-module'
SpanGraphGoldModuleVertical = 'span-graph-gold-module-vertical'
SpanGraphModule = 'span-graph-module'
SpanGraphModuleVertical = 'span-graph-module-vertical'
TCAVModule = 'tcav-module'
ThresholderModule = 'thresholder-module'
TrainingDataAttributionModule = 'tda-module'
Expand Down Expand Up @@ -126,8 +122,6 @@ def to_json(self) -> dtypes.JsonDict:
modules = LitModuleName # pylint: disable=invalid-name

MODEL_PREDS_MODULES = (
modules.SpanGraphGoldModuleVertical,
modules.SpanGraphModuleVertical,
modules.ClassificationModule,
modules.MultilabelModule,
modules.RegressionModule,
Expand Down
74 changes: 0 additions & 74 deletions lit_nlp/client/elements/span_graph_vis.css

This file was deleted.

Loading

0 comments on commit 0656386

Please sign in to comment.