Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine committed Jul 31, 2024
2 parents 13d61f6 + 2d95fec commit 80097dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions episodes/5b-deep-dive-into-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ information to make the prediction.

Now, it's time to try implementing these methods yourself! Pick one of the following problems to work on:

- [Train your own linear probe to check if BERT stores the required knowledge for sentiment analysis.](../code/5b-probes.ipynb)
- [Use GradCAM on a trained model to check if the model is using the right features to make predictions.](../code/5b-gradcam.ipynb)
- [Train your own linear probe to check if BERT stores the required knowledge for sentiment analysis.](https://carpentries-incubator.github.io/fair-explainable-ml/5c-probes.html)
- [Use GradCAM on a trained model to check if the model is using the right features to make predictions.](https://carpentries-incubator.github.io/fair-explainable-ml/5d-gradcam.html)

It's time to get your hands dirty now. Good luck, and have fun!

Expand Down
2 changes: 1 addition & 1 deletion episodes/7a-OOD-detection-output-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Threshold-based methods are one of the simplest and most intuitive approaches fo

### Distance-based
- Distance: This method calculates the distance of an instance from the distribution of training data features. If the distance is beyond a certain threshold, the instance is considered OOD.

# Example 1: Softmax scores
```python
n_epochs = 10
Expand Down

0 comments on commit 80097dd

Please sign in to comment.