add training script
Browse files
README.md
CHANGED
@@ -53,6 +53,8 @@ The model was trained using a subset of the [Smithsonian Butterfly Dataset 🤗]
|
|
53 |
The training data was preprocessed to ensure consistent resolution and remove any identifying information or copyrighted images.
|
54 |
The total size of the training dataset was approximately X images.
|
55 |
|
|
|
|
|
56 |
## Usage Examples:
|
57 |
Example Python code snippets and instructions for using the model to generate butterfly images.
|
58 |
```
|
|
|
53 |
The training data was preprocessed to ensure consistent resolution and remove any identifying information or copyrighted images.
|
54 |
The total size of the training dataset was approximately X images.
|
55 |
|
56 |
+
[Training Script](./ddpm_butterflies_64.ipynb)
|
57 |
+
|
58 |
## Usage Examples:
|
59 |
Example Python code snippets and instructions for using the model to generate butterfly images.
|
60 |
```
|