Skip to content

Commit 30eb119

Browse files
committed
fixing a bug in the partials template
1 parent 995d5a9 commit 30eb119

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/demos/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@
119119
<div class="demo-card-cta-button"><a href="/lit/demos/glue.html"></a></div>
120120
</div>
121121
<div class="demo-card mdl-cell mdl-cell--6-col mdl-cell--4-col-tablet mdl-cell--4-col-phone">
122-
<div class="demo-card-title"><a href="/lithttps://colab.research.google.com/github/PAIR-code/lit/blob/main/lit_nlp/examples/notebooks/LIT_sentiment_classifier.ipynb" target="_blank">Notebook usage</a></div>
122+
<div class="demo-card-title"><a href="https://colab.research.google.com/github/PAIR-code/lit/blob/main/lit_nlp/examples/notebooks/LIT_sentiment_classifier.ipynb" target="_blank">Notebook usage</a></div>
123123
<div class="demo-card-tags"> <span class="demo-tag"> BERT </span> <span class="demo-tag"> binary classification </span> <span class="demo-tag"> notebooks </span>
124124
</div>
125-
<div class="demo-card-data-source-title">DATA SOURCES</div>
125+
<div class="demo-card-data-source-title">DATA SOURCE</div>
126126
<div class="demo-card-data-source">
127-
Stanford Sentiment Treebank
127+
<a href="" target="_blank">Stanford Sentiment Treebank</a>
128128
</div>
129129
<div class="demo-card-copy">Use LIT directly inside a Colab notebook. Explore binary classification for sentiment analysis using SST2 from the General Language Understanding Evaluation (GLUE) benchmark suite.</div>
130-
<div class="demo-card-cta-button"><a href="/lithttps://colab.research.google.com/github/PAIR-code/lit/blob/main/lit_nlp/examples/notebooks/LIT_sentiment_classifier.ipynb"></a></div>
130+
<div class="demo-card-cta-button"><a href="https://colab.research.google.com/github/PAIR-code/lit/blob/main/lit_nlp/examples/notebooks/LIT_sentiment_classifier.ipynb"></a></div>
131131
</div>
132132
<div class="demo-card mdl-cell mdl-cell--6-col mdl-cell--4-col-tablet mdl-cell--4-col-phone">
133133
<div class="demo-card-title"><a href="/lit/demos/coref.html" target="_blank">Gender bias in coreference systems</a></div>

website/src/demos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ color: "#49596c"
1818

1919
{% include partials/demo-card c-title: "Image classification", link: "/demos/images.html",
2020
c-data-source: "Imagenette", c-copy: "Analyze an image classification model with LIT, including muliple image salience techniques.", tags: "images, mutli-class classification", external:"true" %}
21-
22-
{% include partials/demo-card c-title: "Classification and regression models", link: "/demos/glue.html",
21+
22+
{% include partials/demo-card c-title: "Classification and regression models", link: "/demos/glue.html",
2323
c-data-source: "Stanford Sentiment Treebank, Multi-Genre NLI Corpus, Semantic Textual Similarity Benchmark"
2424
c-copy: "Use LIT with any of three tasks from the General Language Understanding Evaluation (GLUE) benchmark suite. This demo contains binary classification (for sentiment analysis, using SST2), multi-class classification (for textual entailment, using MultiNLI), and regression (for measuringtext similarity, using STS-B).", tags: "BERT, binary classification, multi-class classification, regression", external:"true" %}
2525

26-
{% include partials/demo-card c-title: "Notebook usage", link: "https://colab.research.google.com/github/PAIR-code/lit/blob/main/lit_nlp/examples/notebooks/LIT_sentiment_classifier.ipynb",
26+
{% include partials/external-demo-card c-title: "Notebook usage", link: "https://colab.research.google.com/github/PAIR-code/lit/blob/main/lit_nlp/examples/notebooks/LIT_sentiment_classifier.ipynb",
2727
c-data-source: "Stanford Sentiment Treebank"
2828
c-copy: "Use LIT directly inside a Colab notebook. Explore binary classification for sentiment analysis using SST2 from the General Language Understanding Evaluation (GLUE) benchmark suite.", tags: "BERT, binary classification, notebooks", external:"true" %}
2929

0 commit comments

Comments
 (0)