codybum commited on
Commit
f217971
·
verified ·
1 Parent(s): 130f28a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  - neuropathology
8
  - image-classification
9
  - university-of-kentucky
 
10
  license: apache-2.0
11
  datasets:
12
  - BDSA-neuropathology
@@ -28,7 +29,7 @@ This model is a Vision Transformer adapted for neuropathology tasks, developed u
28
  ## Model Details
29
 
30
  * **Model Type:** Vision Transformer (ViT) for neuropathology.
31
- * **Developed by:** Center for Applied Artificial Intelligence (CAAI)
32
  * **Model Date:** 10/2025
33
  * **Base Model Architecture:** Dinov2-with-registers-giant (https://huggingface.co/facebook/dinov2-with-registers-giant)
34
  * **Input:** Image (224x224).
@@ -52,8 +53,8 @@ This model is intended for research purposes in the field of neuropathology.
52
 
53
  * **Dataset(s):** The model was trained on data from the University of Kentucky.
54
  * **Name/Identifier:** UK Alzheimer's Disease Center Neuropathology Whole Slide Image Cohort [BDSA TEST v1.0]
55
- * **Source:** [UK-ADRC Neuropathology Lab at the University of Kentucky University of Kentucky](https://neuropathlab.createuky.net/)
56
- * **Description:** The dataset contained 57 hole slide images (WSIs) of human post-mortem brain tissue sections. Sections were stained with Hematoxylin and Eosin (H&E).
57
  * **Preprocessing:** WSIs were tiled into non-overlapping 224x224 pixel patches at multiple magnification levels (40x, 10x, 2.5x, and 1.25x). For each magnification level, a maximum of 1000 tiles per annotation label were extracted to ensure balanced representation across pathological features.
58
  * **Annotation :** "Regions of interest (ROIs) for Gray Matter, White Matter, Leptomeninges, Exclude and Superficial Cortex were annotated. Annotations completed by Allison Neltner using a [web-based tool](https://github.com/pitt-bdsa/webapps) developed my Thomas Pearce, MD (UMPC).
59
 
 
7
  - neuropathology
8
  - image-classification
9
  - university-of-kentucky
10
+ - emory-university
11
  license: apache-2.0
12
  datasets:
13
  - BDSA-neuropathology
 
29
  ## Model Details
30
 
31
  * **Model Type:** Vision Transformer (ViT) for neuropathology.
32
+ * **Developed by:** [Center for Applied Artificial Intelligence (CAAI)](https://caai.ai.uky.edu/) and [Gutman Lab](https://winshipcancer.emory.edu/profiles/gutman-david.php)
33
  * **Model Date:** 10/2025
34
  * **Base Model Architecture:** Dinov2-with-registers-giant (https://huggingface.co/facebook/dinov2-with-registers-giant)
35
  * **Input:** Image (224x224).
 
53
 
54
  * **Dataset(s):** The model was trained on data from the University of Kentucky.
55
  * **Name/Identifier:** UK Alzheimer's Disease Center Neuropathology Whole Slide Image Cohort [BDSA TEST v1.0]
56
+ * **Source:** Gutman Lab and [UK-ADRC Neuropathology Lab at the University of Kentucky University of Kentucky](https://neuropathlab.createuky.net/)
57
+ * **Description:** The dataset contained 57 whole slide images (WSIs) of human post-mortem brain tissue sections from UK-ADRC and N patches from the Gutman Lab. Sections were stained with Hematoxylin and Eosin (H&E).
58
  * **Preprocessing:** WSIs were tiled into non-overlapping 224x224 pixel patches at multiple magnification levels (40x, 10x, 2.5x, and 1.25x). For each magnification level, a maximum of 1000 tiles per annotation label were extracted to ensure balanced representation across pathological features.
59
  * **Annotation :** "Regions of interest (ROIs) for Gray Matter, White Matter, Leptomeninges, Exclude and Superficial Cortex were annotated. Annotations completed by Allison Neltner using a [web-based tool](https://github.com/pitt-bdsa/webapps) developed my Thomas Pearce, MD (UMPC).
60