Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ This repository contains a fine-tuned version of the Table Transformer model, sp
|
|
| 11 |
## Model Details
|
| 12 |
**Base Model:** microsoft/table-transformer-detection
|
| 13 |
**Library:** transformers
|
| 14 |
-
**Training Data:** The model was trained on a dataset consisting of 2359 IFRS
|
| 15 |
**Classes**: The model is trained to detect two classes: 0 - table (regular tables) and 1 - table_rotated (rotated tables).
|
| 16 |
|
| 17 |
## Example Image
|
|
|
|
| 11 |
## Model Details
|
| 12 |
**Base Model:** microsoft/table-transformer-detection
|
| 13 |
**Library:** transformers
|
| 14 |
+
**Training Data:** The model was trained on a dataset consisting of 2359 IFRS scans, with a focus on detecting tables without borders.
|
| 15 |
**Classes**: The model is trained to detect two classes: 0 - table (regular tables) and 1 - table_rotated (rotated tables).
|
| 16 |
|
| 17 |
## Example Image
|