vasudevgupta commited on
Commit
f65285d
1 Parent(s): ede97a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- **Exact Match = 55.12**
 
 
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
+ |-------------|-------|