vasudevgupta
commited on
Commit
•
94d5a26
1
Parent(s):
f65285d
Update README.md
Browse files
README.md
CHANGED
@@ -22,4 +22,6 @@ tokenizer = BigBirdTokenizerFast.from_pretrained(model_id)
|
|
22 |
In case you are interested in predicting category (null, long, short, yes, no) as well, use `FlaxBigBirdForNaturalQuestions` (instead of `FlaxBigBirdForQuestionAnswering`) from my training script.
|
23 |
|
24 |
| Exact Match | 55.12 |
|
25 |
-
|-------------|-------|
|
|
|
|
|
|
22 |
In case you are interested in predicting category (null, long, short, yes, no) as well, use `FlaxBigBirdForNaturalQuestions` (instead of `FlaxBigBirdForQuestionAnswering`) from my training script.
|
23 |
|
24 |
| Exact Match | 55.12 |
|
25 |
+
|-------------|-------|
|
26 |
+
|
27 |
+
Evaluation script: https://colab.research.google.com/github/vasudevgupta7/bigbird/blob/main/notebooks/evaluate-flax-natural-questions.ipynb
|