Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close open a tag #717

Closed

Conversation

NarineK
Copy link
Contributor

@NarineK NarineK commented Jul 12, 2021

Looks like there was another open tag

@@ -92,7 +92,7 @@ class TutorialHome extends React.Component {
<h4>Interpreting question answering with BERT Part 2:</h4>
In the second part of Bert tutorial we analyze attention matrices using attribution algorithms s.a. Integrated Gradients.
This analysis helps us to identify strong interaction pairs between different tokens for a specific model prediction.
We compare our findings with the <a href="https://arxiv.org/pdf/2004.10102.pdf">vector norms<a> and show that attribution scores
We compare our findings with the <a href="https://arxiv.org/pdf/2004.10102.pdf">vector norms</a> and show that attribution scores
are more meaningful compared to the vector norms.
<a href="Bert_SQUAD_Interpret2"><here</a>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this also not have the extra < before here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. Fixed

@facebook-github-bot
Copy link
Contributor

@NarineK has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@NarineK merged this pull request in f658185.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants