Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,81 @@ tags: []
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
+
MODEL_NAME = "Llama-3-8B-Instruct-MoE-2"
|
| 17 |
+
yaml_config = """
|
| 18 |
+
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 19 |
+
experts_per_token: 2
|
| 20 |
+
experts:
|
| 21 |
+
- source_model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 22 |
+
positive_prompts:
|
| 23 |
+
- "What are the different"
|
| 24 |
+
- "what are the distinct"
|
| 25 |
+
- "Give me the unique"
|
| 26 |
+
- source_model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 27 |
+
positive_prompts:
|
| 28 |
+
- "When"
|
| 29 |
+
- "when"
|
| 30 |
+
- "Where"
|
| 31 |
+
- "where"
|
| 32 |
+
- "Which"
|
| 33 |
+
- "which"
|
| 34 |
+
- "Who"
|
| 35 |
+
- "who"
|
| 36 |
+
- "What"
|
| 37 |
+
- "what"
|
| 38 |
+
- "Whom"
|
| 39 |
+
- "whom"
|
| 40 |
+
- "Whose"
|
| 41 |
+
- "whose"
|
| 42 |
+
- source_model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 43 |
+
positive_prompts:
|
| 44 |
+
- "Larger"
|
| 45 |
+
- "larger"
|
| 46 |
+
- "Smaller"
|
| 47 |
+
- "smaller"
|
| 48 |
+
- "Bigger"
|
| 49 |
+
- "bigger"
|
| 50 |
+
- "Smallest"
|
| 51 |
+
- "smallest"
|
| 52 |
+
- "Largest"
|
| 53 |
+
- "largest"
|
| 54 |
+
- "Biggest"
|
| 55 |
+
- "biggest"
|
| 56 |
+
- "Most"
|
| 57 |
+
- "most"
|
| 58 |
+
- "Least"
|
| 59 |
+
- "least"
|
| 60 |
+
- "More"
|
| 61 |
+
- "more"
|
| 62 |
+
- "Less"
|
| 63 |
+
- "less"
|
| 64 |
+
- "Number"
|
| 65 |
+
- "number"
|
| 66 |
+
- "Numbers"
|
| 67 |
+
- "numbers"
|
| 68 |
+
- "Quantity"
|
| 69 |
+
- "quantity"
|
| 70 |
+
- "At least"
|
| 71 |
+
- "at least"
|
| 72 |
+
- "At most"
|
| 73 |
+
- "at most"
|
| 74 |
+
- "Greater"
|
| 75 |
+
- "greater"
|
| 76 |
+
- "Fewer"
|
| 77 |
+
- "fewer"
|
| 78 |
+
- "Than"
|
| 79 |
+
- "than"
|
| 80 |
+
- "Equal"
|
| 81 |
+
- "equal"
|
| 82 |
+
- "Same"
|
| 83 |
+
- "same"
|
| 84 |
+
- "Equal to"
|
| 85 |
+
- "equal to"
|
| 86 |
+
- source_model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 87 |
+
positive_prompts:
|
| 88 |
+
- "that also"
|
| 89 |
+
- "who have the same"
|
| 90 |
+
"""
|
| 91 |
|
| 92 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 93 |
|