Update README.md
Browse files
README.md
CHANGED
|
@@ -12,13 +12,20 @@ metrics:
|
|
| 12 |
- precision
|
| 13 |
- sensitivity
|
| 14 |
- specificity
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
This repository contains a UNet 2D Attention model for MRI tumor segmentation.
|
| 20 |
|
| 21 |
-
## Usage
|
| 22 |
|
| 23 |
To use this model, you can load it with the `transformers` library:
|
| 24 |
|
|
@@ -30,8 +37,4 @@ model = AutoModel.from_pretrained("AndyWu0719/unet2dattentionmodel")
|
|
| 30 |
## Model Details
|
| 31 |
Model type: UNet 2D Attention
|
| 32 |
Task: MRI Tumor Segmentation
|
| 33 |
-
Framework: Tensorflow
|
| 34 |
-
|
| 35 |
-
### Space
|
| 36 |
-
|
| 37 |
-
If you want to try this model online, you can go space path: AndyWu0719/unet2dattention
|
|
|
|
| 12 |
- precision
|
| 13 |
- sensitivity
|
| 14 |
- specificity
|
| 15 |
+
pipeline_tag: image-segmentation
|
| 16 |
+
source:
|
| 17 |
+
- url: https://huggingface.co/spaces/AndyWu0719/unet2dattention
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# Space Path
|
| 21 |
+
|
| 22 |
+
If you want to try this model online, you can go space path: AndyWu0719/unet2dattention
|
| 23 |
+
|
| 24 |
+
## UNet 2D Attention Model for MRI Tumor Segmentation
|
| 25 |
|
| 26 |
This repository contains a UNet 2D Attention model for MRI tumor segmentation.
|
| 27 |
|
| 28 |
+
### Usage
|
| 29 |
|
| 30 |
To use this model, you can load it with the `transformers` library:
|
| 31 |
|
|
|
|
| 37 |
## Model Details
|
| 38 |
Model type: UNet 2D Attention
|
| 39 |
Task: MRI Tumor Segmentation
|
| 40 |
+
Framework: Tensorflow
|
|
|
|
|
|
|
|
|
|
|
|