vasudevgupta
commited on
Commit
•
ede97a8
1
Parent(s):
c8d0662
Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,5 @@ tokenizer = BigBirdTokenizerFast.from_pretrained(model_id)
|
|
20 |
```
|
21 |
|
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.
|
|
|
|
|
|
20 |
```
|
21 |
|
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**
|