Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This is a conditional UNet model trained to generate colored polygon images. Giv
|
|
32 |
- **Loss Function**: Combined MSE + L1 Loss
|
33 |
- **Optimizer**: Adam (lr=0.0001)
|
34 |
- **Batch Size**: 8
|
35 |
-
- **Epochs**:
|
36 |
|
37 |
## Usage
|
38 |
|
@@ -42,7 +42,7 @@ from huggingface_hub import hf_hub_download
|
|
42 |
|
43 |
# Download model
|
44 |
model_path = hf_hub_download(
|
45 |
-
repo_id="
|
46 |
filename="best_model.pth"
|
47 |
)
|
48 |
|
|
|
32 |
- **Loss Function**: Combined MSE + L1 Loss
|
33 |
- **Optimizer**: Adam (lr=0.0001)
|
34 |
- **Batch Size**: 8
|
35 |
+
- **Epochs**: 50
|
36 |
|
37 |
## Usage
|
38 |
|
|
|
42 |
|
43 |
# Download model
|
44 |
model_path = hf_hub_download(
|
45 |
+
repo_id="PentesterPriyanshu/colored-polygon-unet",
|
46 |
filename="best_model.pth"
|
47 |
)
|
48 |
|