strickvl commited on
Commit
03d5068
1 Parent(s): 427e3f8

update README

Browse files
Files changed (1) hide show
  1. README.md +3 -23
README.md CHANGED
@@ -3,30 +3,10 @@ tags:
3
  - fastai
4
  ---
5
 
6
- # Amazing!
7
-
8
- 🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
9
-
10
- # Some next steps
11
- 1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
12
-
13
- 2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
14
-
15
- 3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
16
-
17
- Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
18
-
19
-
20
- ---
21
-
22
-
23
  # Model card
24
 
25
  ## Model description
26
- More information needed
27
-
28
- ## Intended uses & limitations
29
- More information needed
30
 
31
- ## Training and evaluation data
32
- More information needed
3
  - fastai
4
  ---
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # Model card
7
 
8
  ## Model description
9
+ 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.
 
 
 
10
 
11
+ ## Model performance
12
+ The model achieved around 96% accuracy on a held-out validation dataset.