Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
datasets:
|
7 |
-
|
8 |
widget:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
15 |
---
|
16 |
|
17 |
# sayakpaul/mit-b0-finetuned-pets
|
18 |
|
19 |
-
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Train Loss: 0.1481
|
22 |
- Validation Loss: 0.1962
|
@@ -62,4 +63,4 @@ The following hyperparameters were used during training:
|
|
62 |
|
63 |
- Transformers 4.25.1
|
64 |
- TensorFlow 2.10.1
|
65 |
-
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
license: other
|
3 |
tags:
|
4 |
+
- vision
|
5 |
+
- image-segmentation
|
6 |
datasets:
|
7 |
+
- oxford_pets
|
8 |
widget:
|
9 |
+
- src: >-
|
10 |
+
https://huggingface.co/datasets/hf-internal-testing/fixtures_ade20k/resolve/main/ADE_val_00000001.jpg
|
11 |
+
example_title: Dog
|
12 |
+
- src: >-
|
13 |
+
https://huggingface.co/datasets/hf-internal-testing/fixtures_ade20k/resolve/main/ADE_val_00000002.jpg
|
14 |
+
example_title: Cat
|
15 |
+
library_name: keras
|
16 |
---
|
17 |
|
18 |
# sayakpaul/mit-b0-finetuned-pets
|
19 |
|
20 |
+
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the [Oxford Pets](https://www.robots.ox.ac.uk/~vgg/data/pets/) dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Train Loss: 0.1481
|
23 |
- Validation Loss: 0.1962
|
|
|
63 |
|
64 |
- Transformers 4.25.1
|
65 |
- TensorFlow 2.10.1
|
66 |
+
- Tokenizers 0.13.2
|