Improve README
This commit is contained in:
parent
1a67f8ef3f
commit
0771b61a10
|
@ -16,9 +16,13 @@ invoices as well as both [SQuAD2.0](https://huggingface.co/datasets/squad_v2) an
|
||||||
## Non-consecutive tokens
|
## Non-consecutive tokens
|
||||||
|
|
||||||
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
|
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
|
||||||
classifier head. For example, it can extract the two-line address as below:
|
classifier head. For example, QA models often encounter this failure mode:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
However this model is able to predict non-consecutive tokens and therefore the address correctly:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Getting started with the model
|
## Getting started with the model
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue