Ankur Goyal commited on
Commit
9d33a03
1 Parent(s): dcab013

Improve titles

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -18,8 +18,13 @@ invoices as well as both [SQuAD2.0](https://huggingface.co/datasets/squad_v2) an
18
  Unlike other QA models, which can only extract consecutive tokens (because they predict the start and end of a sequence), this model can predict longer-range, non-consecutive sequences with an additional
19
  classifier head. For example, QA models often encounter this failure mode:
20
 
 
 
21
  ![Broken Address](./before.png)
22
 
 
 
 
23
  However this model is able to predict non-consecutive tokens and therefore the address correctly:
24
 
25
  ![Two-line Address](./after.png)
 
18
  Unlike other QA models, which can only extract consecutive tokens (because they predict the start and end of a sequence), this model can predict longer-range, non-consecutive sequences with an additional
19
  classifier head. For example, QA models often encounter this failure mode:
20
 
21
+ ### Before
22
+
23
  ![Broken Address](./before.png)
24
 
25
+
26
+ ### After
27
+
28
  However this model is able to predict non-consecutive tokens and therefore the address correctly:
29
 
30
  ![Two-line Address](./after.png)