librarian-bot commited on
Commit
48181e1
1 Parent(s): 2cbe1e9

Librarian Bot: Add moe tag to model

Browse files

This pull request aims to enrich the metadata of your model by adding an `moe` (Mixture of Experts) `tag` in the `YAML` block of your model's `README.md`.

How did we find this information? We infered that this model is a `moe` model based on the following criteria:

- The model's name contains the string `moe`.
- The model indicates it uses a `moe` architecture
- The model's base model is a `moe` model


**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes easier to find mixture of experts models on the Hub
- **Helping understand the ecosystem** - It becomes easier to understand the ecosystem of mixture of experts models on the Hub and how they are used


This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to

@davanstrien

.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  language:
4
  - en
 
5
  tags:
6
  - mixtral
7
  - uncensored
8
  - high-intelligence
 
9
  ---
10
 
11
  # Orochi (Alternate Version)
 
1
  ---
 
2
  language:
3
  - en
4
+ license: cc-by-nc-4.0
5
  tags:
6
  - mixtral
7
  - uncensored
8
  - high-intelligence
9
+ - moe
10
  ---
11
 
12
  # Orochi (Alternate Version)