MikkoLipsanen
commited on
Commit
•
698c218
1
Parent(s):
93a3c63
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ pipeline_tag: image-classification
|
|
6 |
The model is trained to classify table cell images as either empty or not empty. It has been trained using
|
7 |
table cell images from Finnish census and death record tables from the 1930s.
|
8 |
|
9 |
-
The model has been trained using [densenet121](https://pytorch.org/vision/stable/models/generated/torchvision.models.densenet121.html) as the base model
|
|
|
10 |
|
11 |
|
12 |
## Intended uses & limitations
|
|
|
6 |
The model is trained to classify table cell images as either empty or not empty. It has been trained using
|
7 |
table cell images from Finnish census and death record tables from the 1930s.
|
8 |
|
9 |
+
The model has been trained using [densenet121](https://pytorch.org/vision/stable/models/generated/torchvision.models.densenet121.html) as the base model,
|
10 |
+
and it has been transformed into the [onnx](https://onnx.ai/) format.
|
11 |
|
12 |
|
13 |
## Intended uses & limitations
|