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