Add CTA to model card
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
thumbnail:
|
| 3 |
base_model: ByteDance-Seed/Stable-DiffCoder-8B-Instruct
|
| 4 |
metrics:
|
| 5 |
- memory_disk
|
|
@@ -88,4 +88,37 @@ The license of the smashed model follows the license of the original model. Plea
|
|
| 88 |
## Want to compress other models?
|
| 89 |
|
| 90 |
- Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
|
| 91 |
-
- Request access to easily compress your own AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
thumbnail: https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg
|
| 3 |
base_model: ByteDance-Seed/Stable-DiffCoder-8B-Instruct
|
| 4 |
metrics:
|
| 5 |
- memory_disk
|
|
|
|
| 88 |
## Want to compress other models?
|
| 89 |
|
| 90 |
- Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
|
| 91 |
+
- Request access to easily compress your own AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
|
| 92 |
+
## ✨ Test our endpoints
|
| 93 |
+
|
| 94 |
+
Want to use our optimized models right away? Try them via our API for fast, easy access to Pruna-powered inference.
|
| 95 |
+
|
| 96 |
+
<style>
|
| 97 |
+
.model-button {
|
| 98 |
+
display: inline-flex;
|
| 99 |
+
flex-direction: row;
|
| 100 |
+
justify-content: center;
|
| 101 |
+
align-items: center;
|
| 102 |
+
gap: 8px;
|
| 103 |
+
|
| 104 |
+
padding: 8px 20px;
|
| 105 |
+
border: none;
|
| 106 |
+
border-radius: 8px;
|
| 107 |
+
|
| 108 |
+
background: #9334e9;
|
| 109 |
+
color: #ffffff;
|
| 110 |
+
|
| 111 |
+
font-size: 14px;
|
| 112 |
+
font-weight: 400;
|
| 113 |
+
line-height: 1;
|
| 114 |
+
text-decoration: none;
|
| 115 |
+
white-space: nowrap;
|
| 116 |
+
cursor: pointer;
|
| 117 |
+
|
| 118 |
+
box-sizing: border-box;
|
| 119 |
+
overflow: visible;
|
| 120 |
+
opacity: 1;
|
| 121 |
+
}
|
| 122 |
+
</style>
|
| 123 |
+
|
| 124 |
+
<a href="https://dashboard.pruna.ai/login?utm_source=huggingface&utm_medium=org_card&utm_campaign=hf_traffic" class="model-button">Try our models</a>
|