初始化项目,由ModelHub XC社区提供模型

Model: ellamind/propella-1-4b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-18 09:38:58 +08:00
commit 272f8486d6
27 changed files with 154867 additions and 0 deletions

3
res/bf16_vs_fp8.png Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b7ce77dab7ced79f7cde9bfbbb64efd001e0cbfde7b1097994b66b07cfd7d7f
size 120263

3
res/eu_cofunding.png Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ebae7d757f29f364b508e7ee3e608e74f7ca8c1159c1dceb06a71b3c8ac89bb
size 314650

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d17dfbf73e540374a2a4913aacef3ecb447cc5921c9b28a5a6acce18cb13c68
size 249170

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bf0415dc3bc17c84c178de0d7eaab543d335b4f067c58c863a399073bfc57c6
size 425653

3
res/propella-oral.pdf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e06f094c2dcca4943342af6d1dc294ac18128bfc9f9b2ee347fb185946005bb
size 9938715

3
res/propella-poster.pdf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:945d5d40a41ca51fc412c7ffe1f26dc0318780cf1b7b6a24e6e522ca3b251dc0
size 960006

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d12dc905b329bfae0653149ce599b1641b1ea3dba200406c3e7aa952445a7006
size 7167527

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0597d6d8fab1b833475107304a379ccb625be7a2c1c67740c377fb1c5e49077d
size 194078

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:099b5eca4eeeb3f43a3f3034fe3837730d97b4eaf04b581741caf910734e34d4
size 7976009

40
res/propella_logo.svg Normal file
View File

@@ -0,0 +1,40 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<defs>
<!-- Define a single blade upright (pointing North) -->
<!-- Blade width: 20px (-10 to 10) -->
<!-- Blade length: extends to -44px -->
<!-- Base starts at -8px to ensure corners are hidden by the center circle -->
<g id="blade">
<!-- Main Page Outline -->
<path d="M -10 -8
L -10 -44
L 4 -44
L 10 -38
L 10 -8
Z"
fill="white"/>
<!-- The Dog-Ear Fold (Top Right corner) -->
<path d="M 4 -44 L 4 -38 L 10 -38" fill="white"/>
<!-- Text Lines (Centered) -->
<line x1="-6" y1="-30" x2="6" y2="-30" />
<line x1="-6" y1="-23" x2="6" y2="-23" />
<line x1="-6" y1="-16" x2="6" y2="-16" />
</g>
</defs>
<!-- Rotate the blade 4 times around the center (50,50) -->
<!-- 45° (Top Right) -->
<use href="#blade" transform="translate(50, 50) rotate(45)" />
<!-- 135° (Bottom Right) -->
<use href="#blade" transform="translate(50, 50) rotate(135)" />
<!-- 225° (Bottom Left) -->
<use href="#blade" transform="translate(50, 50) rotate(225)" />
<!-- 315° (Top Left) -->
<use href="#blade" transform="translate(50, 50) rotate(315)" />
<!-- Center Hub Circle -->
<!-- Radius 13 ensures it covers the blade corners (sqrt(10^2 + 8^2) ≈ 12.8) -->
<circle cx="50" cy="50" r="13" fill="white" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB