Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
2 |
license: bigscience-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bigscience-openrail-m
|
3 |
---
|
4 |
+
|
5 |
+
# Model Card for MonoSpace
|
6 |
+
|
7 |
+
## Model description
|
8 |
+
|
9 |
+
MonoSpace is a latent diffusion model developed for a university image synthesis project. The model is designed as a starting point for higher-order diffusion models and focuses on generating high-quality images. MonoSpace has been trained on a subset of ImageNet and LaiOn Hires dataset, showcasing its potential in computer vision tasks.
|
10 |
+
|
11 |
+
## Intended use
|
12 |
+
|
13 |
+
MonoSpace is intended for:
|
14 |
+
|
15 |
+
- Image synthesis
|
16 |
+
- Image classification
|
17 |
+
- Object detection
|
18 |
+
|
19 |
+
As a starting point, MonoSpace aims to provide a solid foundation for researchers and developers working on higher-order diffusion models and other advanced image synthesis techniques.
|
20 |
+
|
21 |
+
## Training data
|
22 |
+
|
23 |
+
The MonoSpace model was trained on a combination of image datasets:
|
24 |
+
|
25 |
+
- ImageNet (subset)
|
26 |
+
- LaiOn Hires
|
27 |
+
|
28 |
+
## Model performance
|
29 |
+
|
30 |
+
MonoSpace achieved promising results on image synthesis and classification tasks:
|
31 |
+
|
32 |
+
- ImageNet Top-1 Accuracy (subset): *73.41%*
|
33 |
+
|
34 |
+
## Limitations
|
35 |
+
|
36 |
+
The MonoSpace model has the following limitations:
|
37 |
+
|
38 |
+
- Lack of Robust Latent High Frequency (RLHF): The model may not capture high-frequency details as effectively as desired.
|
39 |
+
- Limited training resources: Due to constraints on computational resources during development, the model might not be optimized to its full potential.
|
40 |
+
|
41 |
+
|
42 |
+
## Responsible AI
|
43 |
+
|
44 |
+
To ensure ethical use of MonoSpace, we encourage users to follow Hugging Face's guidelines on responsible AI practices, including fairness, transparency, and accountability.
|
45 |
+
|
46 |
+
## License
|
47 |
+
|
48 |
+
The MonoSpace model is available under the bigscience-openrail-m.
|