Remove generalization example images from model card
Browse files
README.md
CHANGED
|
@@ -17,17 +17,4 @@ The Table Transformer is equivalent to [DETR](https://huggingface.co/docs/transf
|
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
| 20 |
-
You can use the raw model for detecting tables in documents. See the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/table-transformer) for more info.
|
| 21 |
-
|
| 22 |
-
## Generalization example: general model vs. a customer-specific fine-tune
|
| 23 |
-
|
| 24 |
-
The examples below compare this general-purpose model (right, trained on PubTables-1M)
|
| 25 |
-
against a YOLO detector fine-tuned only on one customer's financial reports (left) — run
|
| 26 |
-
side by side on a page from an unrelated, non-financial technical report the fine-tuned
|
| 27 |
-
model had never seen. The fine-tuned detector misses the table entirely (0 tables found);
|
| 28 |
-
the general model detects it correctly (1 table found), illustrating that a model tuned
|
| 29 |
-
tightly to one document distribution can generalize worse to out-of-distribution documents
|
| 30 |
-
than a general-purpose detector.
|
| 31 |
-
|
| 32 |
-

|
| 33 |
-

|
|
|
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
| 20 |
+
You can use the raw model for detecting tables in documents. See the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/table-transformer) for more info.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|