influencer commited on
Commit
29c6ab5
1 Parent(s): 5bb9ed9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -15,7 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # vit-base-PICAI
17
 
18
- This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
 
 
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.6043
21
  - Accuracy: 0.7371
@@ -27,7 +30,7 @@ More information needed
27
 
28
  ## Intended uses & limitations
29
 
30
- More information needed
31
 
32
  ## Training and evaluation data
33
 
 
15
 
16
  # vit-base-PICAI
17
 
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the PICAI dataset.
19
+ PI-CAI (Prostate Imaging: Cancer AI) is an all-new grand challenge, with over 10,000 carefully-curated prostate MRI exams to validate modern AI algorithms and estimate radiologists’ performance at csPCa detection and diagnosis. Key aspects of the study design have been established in conjunction with an international, multi-disciplinary scientific advisory board (16 experts in prostate AI, radiology and urology) ⁠—to unify and standardize present-day guidelines, and to ensure meaningful validation of prostate-AI towards clinical translation (Reinke et al., 2022).
20
+ More can be found at the official Grand Channel Website: https://pi-cai.grand-challenge.org
21
+
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.6043
24
  - Accuracy: 0.7371
 
30
 
31
  ## Intended uses & limitations
32
 
33
+ This model is just a test of how ViT perform with basic fine tuning over a challengin medical imaging dataset, and also to assess the explanation properties of ViT by looking at attention matrices produced by the model.
34
 
35
  ## Training and evaluation data
36