Skip to content

Commit

Permalink
Update LIT documentation to reflect path changes in the codebase and …
Browse files Browse the repository at this point in the history
…remove dead links.

PiperOrigin-RevId: 646613181
  • Loading branch information
cpka145 authored and LIT team committed Jun 25, 2024
1 parent 5639e3b commit 1c8d6a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lit_nlp/examples/custom_module/potato_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
_MODEL = flags.DEFINE_string(
"model",
"https://storage.googleapis.com/what-if-tool-resources/lit-models/sst2_tiny.tar.gz",
"Path to model, as in glue_demo.py")
"Path to model, as in examples/glue/demo.py")

# Use our custom frontend build from this directory.
FLAGS.set_default(
Expand Down
3 changes: 0 additions & 3 deletions website/src/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ c-copy: "Learn about examining model behavior through user-curated concepts." %}
{% include partials/tutorial-link-element c-title: "Exploring a Sentiment Classifier", link: "/tutorials/sentiment",
c-copy: "Learn about how we used LIT to analyze a sentiment classifier." %}

{% include partials/tutorial-link-element c-title: "Debugging a Text Generator", link: "/tutorials/generation",
c-copy: "Learn about how we used LIT to debug summarization by a text generation model." %}

{% include partials/spacer height:50 %}

</div>

0 comments on commit 1c8d6a0

Please sign in to comment.