Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ We introduce **GroveMoE**, a new sparse architecture using **adjugate experts**
|
|
34 |
|Mistral-Small-3.2| 24B | 68.1 | 37.5 | 59.9 | 61.9 | 33.4 | 28.1 | 69.5 | 32.2 |
|
35 |
|GroveMoE-Inst|3.14~3.28B | <font color=#FBD98D>**72.8**</font> | <font color=#FBD98D>**47.7**</font> | <font color=#FBD98D>**61.3**</font> |<font color=#FBD98D>**71.2**</font> |<font color=#FBD98D>**43.5**</font> | <font color=#FBD98D>**44.4**</font> |<font color=#FBD98D>**74.5**</font> | <font color=#FBD98D>**34.6**</font> |
|
36 |
|
37 |
-
We bold the top1 scores separately for all models. More details
|
38 |
|
39 |
## Usage
|
40 |
Below, there are some code snippets on how to get quickly started with running the model. First, install the Transformers library.
|
|
|
34 |
|Mistral-Small-3.2| 24B | 68.1 | 37.5 | 59.9 | 61.9 | 33.4 | 28.1 | 69.5 | 32.2 |
|
35 |
|GroveMoE-Inst|3.14~3.28B | <font color=#FBD98D>**72.8**</font> | <font color=#FBD98D>**47.7**</font> | <font color=#FBD98D>**61.3**</font> |<font color=#FBD98D>**71.2**</font> |<font color=#FBD98D>**43.5**</font> | <font color=#FBD98D>**44.4**</font> |<font color=#FBD98D>**74.5**</font> | <font color=#FBD98D>**34.6**</font> |
|
36 |
|
37 |
+
We bold the top1 scores separately for all models. More details are reported in our [technical report](https://arxiv.org/abs/2508.07785).
|
38 |
|
39 |
## Usage
|
40 |
Below, there are some code snippets on how to get quickly started with running the model. First, install the Transformers library.
|