Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
model_index:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
---
|
| 22 |
|
| 23 |
# SparseFusion
|
|
@@ -184,4 +184,4 @@ Licensed under the **MIT License** for open research and educational use.
|
|
| 184 |
year = {2025},
|
| 185 |
url = {https://huggingface.co/Aptheos/SparseFusion}
|
| 186 |
}
|
| 187 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
tags:
|
| 4 |
+
- vision-language
|
| 5 |
+
- mixture-of-experts
|
| 6 |
+
- text-generation
|
| 7 |
+
- vision-transformer
|
| 8 |
+
- pytorch
|
| 9 |
model_index:
|
| 10 |
+
- name: SparseFusion
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: text-generation
|
| 14 |
+
dataset:
|
| 15 |
+
name: Custom Caption Dataset
|
| 16 |
+
type: custom
|
| 17 |
+
metrics:
|
| 18 |
+
- name: Validation Loss
|
| 19 |
+
type: loss
|
| 20 |
+
value: 0.8
|
| 21 |
---
|
| 22 |
|
| 23 |
# SparseFusion
|
|
|
|
| 184 |
year = {2025},
|
| 185 |
url = {https://huggingface.co/Aptheos/SparseFusion}
|
| 186 |
}
|
| 187 |
+
```
|