Librarian Bot: Add moe tag to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
|
2 |
---
|
|
|
|
|
|
|
3 |
pipeline_tag: text-generation
|
4 |
inference: true
|
5 |
widget:
|
6 |
-
- text:
|
7 |
example_title: Hello world
|
8 |
group: Python
|
9 |
-
library_name: transformers
|
10 |
---
|
11 |
|
12 |
This model is randomly initialized, using the config from [mistralai/Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) but with smaller size.
|
|
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- moe
|
5 |
pipeline_tag: text-generation
|
6 |
inference: true
|
7 |
widget:
|
8 |
+
- text: Hello!
|
9 |
example_title: Hello world
|
10 |
group: Python
|
|
|
11 |
---
|
12 |
|
13 |
This model is randomly initialized, using the config from [mistralai/Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) but with smaller size.
|