PentesterPriyanshu commited on
Commit
4f52837
·
verified ·
1 Parent(s): a8fc46e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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**: 20
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="your_username/colored-polygon-unet",
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