Update README.md
Browse files
README.md
CHANGED
@@ -13,32 +13,24 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# sam-finetuned
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/sam-vit-base](https://huggingface.co/facebook/sam-vit-base) on an unknown dataset.
|
17 |
-
It achieves the following results on the evaluation set:
|
18 |
-
|
19 |
-
|
20 |
## Model description
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
## Intended uses & limitations
|
25 |
-
|
26 |
-
More information needed
|
27 |
-
|
28 |
-
## Training and evaluation data
|
29 |
-
|
30 |
-
More information needed
|
31 |
|
32 |
## Training procedure
|
33 |
|
34 |
### Training hyperparameters
|
35 |
|
|
|
36 |
The following hyperparameters were used during training:
|
37 |
- optimizer: None
|
38 |
- training_precision: float32
|
39 |
|
40 |
### Training results
|
41 |
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
### Framework versions
|
|
|
13 |
|
14 |
# sam-finetuned
|
15 |
|
|
|
|
|
|
|
|
|
16 |
## Model description
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/sam-vit-base](https://huggingface.co/facebook/sam-vit-base) on an breast cancer dataset. It is not trained for production but for Keras example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Training procedure
|
21 |
|
22 |
### Training hyperparameters
|
23 |
|
24 |
+
The model was trained for 20 epochs.
|
25 |
The following hyperparameters were used during training:
|
26 |
- optimizer: None
|
27 |
- training_precision: float32
|
28 |
|
29 |
### Training results
|
30 |
|
31 |
+
You can see an example inference below.
|
32 |
+
|
33 |
+
![](https://huggingface.co/merve/sam-finetuned/resolve/main/Screenshot%202023-07-11%20at%2009.13.41.png)
|
34 |
|
35 |
|
36 |
### Framework versions
|