patrickvonplaten commited on
Commit
43b6b98
1 Parent(s): 74df642

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ datasets:
9
 
10
  This model is a fine-tune checkpoint of `bigbird-roberta-base`, fine-tuned on `trivia_qa` with `BigBirdForQuestionAnsweringHead` on its top.
11
 
 
 
12
  ## How to use
13
 
14
  Here is how to use this model to get the features of a given text in PyTorch:
 
9
 
10
  This model is a fine-tune checkpoint of `bigbird-roberta-base`, fine-tuned on `trivia_qa` with `BigBirdForQuestionAnsweringHead` on its top.
11
 
12
+ Check out [this](https://colab.research.google.com/drive/1DVOm1VHjW0eKCayFq1N2GpY6GR9M4tJP?usp=sharing) to see how well `google/bigbird-base-trivia-itc` performs on question answering.
13
+
14
  ## How to use
15
 
16
  Here is how to use this model to get the features of a given text in PyTorch: