File size: 648 Bytes
427e3f8
 
 
 
 
 
 
 
03d5068
427e3f8
03d5068
64c6310
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
tags:
- fastai
---

# Model card

## Model description
This model was fine-tuned on `resnet18` for 10 epochs using training data described in [this blogpost](https://mlops.systems/fastai/redactionmodel/computervision/datalabelling/2021/09/06/redaction-classification-chapter-2.html). The model was trained using the [fastai](https://github.com/fastai/fastai) library.

## Model performance
The model achieved around 96% accuracy on a held-out validation dataset.

## Inference demonstration
You can test out the model's ability to detect whether a document is redacted [here](https://huggingface.co/spaces/strickvl/fastai_redaction_classifier).