Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,60 @@
|
|
| 1 |
---
|
| 2 |
-
title: Sentinel Tiny Image
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Sentinel Tiny Image
|
| 3 |
+
emoji: π¦΄
|
| 4 |
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: true
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# 𦴠Sentinel Tiny Image
|
| 12 |
+
|
| 13 |
+
**Interactive demo for the Sentinel Manifold ecosystem.**
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
## π What This Space Does
|
| 18 |
+
|
| 19 |
+
Interactive image generation demo. Generate CIFAR-10 images using Sentinel diffusion with super-exponential noise schedule.
|
| 20 |
+
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## π― Models Available
|
| 24 |
+
|
| 25 |
+
| Model | Repository | Task |
|
| 26 |
+
|-------|-----------|------|
|
| 27 |
+
| Sentinel Tiny Image | [sentinel-tiny-image](https://huggingface.co/5dimension/sentinel-tiny-image) | Image generation |
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## π§ Mathematical Foundation
|
| 32 |
+
|
| 33 |
+
All models in this space are powered by the Sentinel Deployment Manifest v1 (SDM-v1):
|
| 34 |
+
|
| 35 |
+
```
|
| 36 |
+
Cβ = -0.007994021805953 (Attracting Fixed Point)
|
| 37 |
+
Cβ = 0.000200056042968 (Basin Boundary / Tripwire)
|
| 38 |
+
1/e = 0.367879441171442 (Gradient Axiom)
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
## π How to Use
|
| 44 |
+
|
| 45 |
+
1. Select a tab (Text / Image / Video)
|
| 46 |
+
2. Enter your prompt
|
| 47 |
+
3. Adjust parameters (temperature, steps, etc.)
|
| 48 |
+
4. Click Generate
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## π Links
|
| 53 |
+
|
| 54 |
+
- **Main repo**: [sentinel-manifold-discoveries](https://huggingface.co/5dimension/sentinel-manifold-discoveries)
|
| 55 |
+
- **All models**: [5dimension](https://huggingface.co/5dimension)
|
| 56 |
+
- **SDM-v1 Training scripts**: See main repo
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
|
| 60 |
+
**License:** MIT | **One theorem, infinite models.** π¦΄
|