Upload folder using huggingface_hub
Browse files- README.md +236 -0
- config.json +30 -0
- mergekit_moe_config.yml +188 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +1 -0
- special_tokens_map.json +29 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +46 -0
README.md
ADDED
|
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- moe
|
| 5 |
+
- frankenmoe
|
| 6 |
+
- merge
|
| 7 |
+
- mergekit
|
| 8 |
+
- lazymergekit
|
| 9 |
+
- mlabonne/NeuralBeagle14-7B
|
| 10 |
+
- fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser
|
| 11 |
+
base_model:
|
| 12 |
+
- mlabonne/NeuralBeagle14-7B
|
| 13 |
+
- fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# CultriX-MoE-Model
|
| 17 |
+
|
| 18 |
+
CultriX-MoE-Model is a Mixure of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
| 19 |
+
* [mlabonne/NeuralBeagle14-7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B)
|
| 20 |
+
* [fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser](https://huggingface.co/fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser)
|
| 21 |
+
|
| 22 |
+
## 🧩 Configuration
|
| 23 |
+
|
| 24 |
+
```yaml
|
| 25 |
+
base_model: "mlabonne/Marcoro14-7B-slerp"
|
| 26 |
+
gate_mode: hidden
|
| 27 |
+
dtype: bfloat16
|
| 28 |
+
experts:
|
| 29 |
+
- source_model: "mlabonne/NeuralBeagle14-7B"
|
| 30 |
+
positive_prompts:
|
| 31 |
+
- "Create a story based on"
|
| 32 |
+
- "Debate the topic of"
|
| 33 |
+
- "Come up with some arguments"
|
| 34 |
+
- "Provide me with instructions on"
|
| 35 |
+
- "Interpret the sentiment"
|
| 36 |
+
- "Interpret and execute these cooking instructions"
|
| 37 |
+
- "Craft a persuasive argument"
|
| 38 |
+
- "Analyze the motivations"
|
| 39 |
+
- "Construct a detailed plan for"
|
| 40 |
+
- "Narrate an event from multiple perspectives."
|
| 41 |
+
- "Formulate a response"
|
| 42 |
+
- "Write a script for a short play"
|
| 43 |
+
- "Generate a sequence of instructions to teach a skill."
|
| 44 |
+
- "Solve this riddle"
|
| 45 |
+
- "Create an engaging story"
|
| 46 |
+
- "Write a fictional"
|
| 47 |
+
- "Propose a solution to a social issue"
|
| 48 |
+
- "Develop a dialogue"
|
| 49 |
+
- "Create a step-by-step guide"
|
| 50 |
+
- "Devise a strategy"
|
| 51 |
+
- "Write a narrative"
|
| 52 |
+
- "Tell me how to"
|
| 53 |
+
- "Explain the concept of"
|
| 54 |
+
- "Give an overview of"
|
| 55 |
+
- "Compare and contrast between"
|
| 56 |
+
- "Provide information about"
|
| 57 |
+
- "Help me understand"
|
| 58 |
+
- "Summarize"
|
| 59 |
+
- "Make a recommendation on"
|
| 60 |
+
- "Answer this question"
|
| 61 |
+
- "How do you approach"
|
| 62 |
+
- "Explain the concept of"
|
| 63 |
+
- "Give an overview of"
|
| 64 |
+
- "Provide information about"
|
| 65 |
+
- "Help me understand the principles of"
|
| 66 |
+
- "Summarize the key components of"
|
| 67 |
+
- "Make a recommendation on how to"
|
| 68 |
+
- "Answer this question:"
|
| 69 |
+
negative_prompts:
|
| 70 |
+
- "Provide in-depth information about quantum computing."
|
| 71 |
+
- "Explain the inner workings of an internal combustion engine."
|
| 72 |
+
- "Give a detailed tutorial on advanced calculus."
|
| 73 |
+
- "Summarize the latest research in genetic engineering."
|
| 74 |
+
- "Interpret financial markets and stock trends."
|
| 75 |
+
- "Analyze the chemical composition of"
|
| 76 |
+
- "Develop a blueprint for."
|
| 77 |
+
- "Offer a critique of a modern art piece."
|
| 78 |
+
- "Provide a technical review of"
|
| 79 |
+
- "Conduct a linguistic analysis of an ancient language."
|
| 80 |
+
- "Write a user manual for advanced medical equipment."
|
| 81 |
+
- "Give a step-by-step guide on piloting an aircraft."
|
| 82 |
+
- "Conduct an in-depth analysis of this code"
|
| 83 |
+
- "Explain the physics behind black holes."
|
| 84 |
+
- "Provide a strategy for managing a cyber attack"
|
| 85 |
+
- "Develop an algorithm for predictive analytics in finance."
|
| 86 |
+
- "Provide information about advanced programming algorithms."
|
| 87 |
+
- "Help me understand the details of this code"
|
| 88 |
+
- "Summarize the process of cellular respiration."
|
| 89 |
+
- "Improve the security of"
|
| 90 |
+
- "What are the latest advancements in artificial intelligence?"
|
| 91 |
+
- "Provide detailed technical coding solutions."
|
| 92 |
+
- "Analyze complex scientific data and statistics."
|
| 93 |
+
- "Offer medical diagnoses based on symptoms."
|
| 94 |
+
- "Conduct a detailed financial audit of a company."
|
| 95 |
+
- "Perform real-time translation of multiple languages."
|
| 96 |
+
- "Create high-resolution graphic designs."
|
| 97 |
+
- "Develop complex mathematical proofs."
|
| 98 |
+
- "Offer legal advice on specific cases."
|
| 99 |
+
- "Write a detailed manual on advanced mechanical engineering."
|
| 100 |
+
- "Conduct an in-depth psychological assessment."
|
| 101 |
+
- "Perform a security analysis of a computer network."
|
| 102 |
+
- "Compose an original piece of music."
|
| 103 |
+
- "Plan and execute a scientific experiment."
|
| 104 |
+
- "Provide professional career counseling."
|
| 105 |
+
- "Develop a complex database management system."
|
| 106 |
+
- "Write a software program for data analysis."
|
| 107 |
+
- "Give expert advice on cyber"
|
| 108 |
+
- "Conduct a pentesting security audit"
|
| 109 |
+
- source_model: "fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser"
|
| 110 |
+
positive_prompts:
|
| 111 |
+
- "Provide step-by-step coding instructions for..."
|
| 112 |
+
- "Draft a function with detailed steps in [language]"
|
| 113 |
+
- "Guide me through coding a simple [type of application or script]"
|
| 114 |
+
- "Recommend best practices for code implementation in [context]"
|
| 115 |
+
- "Generate a regex pattern for extracting [specific data]"
|
| 116 |
+
- "Create a regex for matching [pattern]"
|
| 117 |
+
- "Explain the purpose of this regex pattern"
|
| 118 |
+
- "Compose regex for [specific use case]"
|
| 119 |
+
- "Annotate this code with detailed comments for each line"
|
| 120 |
+
- "Add explanatory comments to this script"
|
| 121 |
+
- "Comment on each part of this code for clarity"
|
| 122 |
+
- "Develop a script to [accomplish task]"
|
| 123 |
+
- "Design a database schema for [specific use case]"
|
| 124 |
+
- "Outline secure methods for [specific operation]"
|
| 125 |
+
- "Guide on optimizing [specific aspect] in this code"
|
| 126 |
+
- "Refactor this code for better readability and efficiency"
|
| 127 |
+
- "Compare and contrast these code snippets"
|
| 128 |
+
- "Identify the programming language of this snippet"
|
| 129 |
+
- "Demonstrate the usage of [specific tool/library/API]"
|
| 130 |
+
- "Show implementation steps for this [feature/concept]"
|
| 131 |
+
- "Teach how to use [specific tool/library/framework]"
|
| 132 |
+
- "Generate a README file for this project"
|
| 133 |
+
- "Create a manual page for [specific tool/command]"
|
| 134 |
+
- "Produce comprehensive documentation for this code"
|
| 135 |
+
- "Build detailed documentation for [specific module]"
|
| 136 |
+
- "Explain the underlying concept of this code snippet"
|
| 137 |
+
- "Propose enhancements for this script"
|
| 138 |
+
- "Suggest improvements for this API call integration"
|
| 139 |
+
- "Diagnose and solve this coding issue"
|
| 140 |
+
- "Demonstrate robust error handling in this code"
|
| 141 |
+
- "Debug and resolve issues in this script"
|
| 142 |
+
- "Design a user-friendly GUI for this script's functionality"
|
| 143 |
+
- "Detail the deployment process for this application"
|
| 144 |
+
- "Deploy an app designed to [perform function]"
|
| 145 |
+
- "Set up a web service for [specific purpose]"
|
| 146 |
+
- "Develop a website with [specific features]"
|
| 147 |
+
- "Craft a webpage showcasing [specific content]"
|
| 148 |
+
- "Illustrate data flow in this code architecture"
|
| 149 |
+
- "Convert this code from [language A] to [language B]"
|
| 150 |
+
- "Translate this script into [different programming language]"
|
| 151 |
+
- "Explain resource management techniques in [context]"
|
| 152 |
+
- "Build a basic API endpoint for [functionality]"
|
| 153 |
+
- "Strategies to enhance scalability in [context]"
|
| 154 |
+
- "Conduct a security review for this code"
|
| 155 |
+
- "Enhance security measures in [application/module]"
|
| 156 |
+
- "Set up a development environment for [language/framework]"
|
| 157 |
+
- "Visualize data from [specific dataset]"
|
| 158 |
+
- "Generate a dataset for [specific use case]"
|
| 159 |
+
- "Scripting guide for automating [task/process]"
|
| 160 |
+
- "Utilize this code for [specific purpose]"
|
| 161 |
+
- "Principles of object-oriented programming in [language]"
|
| 162 |
+
- "Create a mobile-responsive layout for this web app"
|
| 163 |
+
- "Explain the debugging process for this code"
|
| 164 |
+
- "Compose code to accomplish [task]"
|
| 165 |
+
- "Guidance on writing code for [specific purpose]"
|
| 166 |
+
- "I need a script for [specific function]"
|
| 167 |
+
- "Clarify the functionality of this code"
|
| 168 |
+
- "What is the purpose of this code segment?"
|
| 169 |
+
- "Enhance this code for [specific improvement]"
|
| 170 |
+
- "Develop a program that [solves problem]"
|
| 171 |
+
- "Code needed for [specific task]"
|
| 172 |
+
- "Program a solution for [problem statement]"
|
| 173 |
+
- "Enhance this function's performance by..."
|
| 174 |
+
- "Refactor code for better readability in [context]"
|
| 175 |
+
- "Craft a custom function for [specific requirement]"
|
| 176 |
+
- "Reduce computational complexity in this algorithm by..."
|
| 177 |
+
- "Extend the codebase to include [new feature]"
|
| 178 |
+
- "Incorporate this API into an existing application"
|
| 179 |
+
- "Assist in troubleshooting and bug fixing for [issue]"
|
| 180 |
+
- "Review and prep this code for deployment"
|
| 181 |
+
- "Analyze error logs for potential issues in [context]"
|
| 182 |
+
- "Create unit tests for [module/component]"
|
| 183 |
+
- "Evaluate methodologies for [problem-solving]"
|
| 184 |
+
- "Research [topic] online"
|
| 185 |
+
- "Utilize the [plugin/tool] to achieve [result]"
|
| 186 |
+
- "Design an efficient search algorithm for [data type]"
|
| 187 |
+
- "Create a web crawler for [specific data extraction]"
|
| 188 |
+
- "Application of web sockets in [real-time scenario]"
|
| 189 |
+
- "Guide to integrating a third-party library in [framework]"
|
| 190 |
+
- "Best practices in API design for [application type]"
|
| 191 |
+
negative_prompts:
|
| 192 |
+
- "Provide a detailed analysis of historical events."
|
| 193 |
+
- "Give medical advice for treating a specific illness."
|
| 194 |
+
- "Write a comprehensive review of a novel."
|
| 195 |
+
- "Explain legal implications of a contract."
|
| 196 |
+
- "Develop a marketing strategy for a new product."
|
| 197 |
+
- "Offer financial advice for stock investments."
|
| 198 |
+
- "Create a recipe for a gourmet dish."
|
| 199 |
+
- "Teach a foreign language lesson."
|
| 200 |
+
- "Compose a symphony or musical piece."
|
| 201 |
+
- "Provide workout plans and fitness coaching."
|
| 202 |
+
- "Conduct a psychological analysis of a character."
|
| 203 |
+
- "Write a script for a movie or play."
|
| 204 |
+
- "Design a blueprint for architectural structures."
|
| 205 |
+
- "Give a tutorial on how to paint a landscape."
|
| 206 |
+
- "Explain quantum physics theories."
|
| 207 |
+
- "Offer career counseling and resume writing tips."
|
| 208 |
+
- "Teach how to repair a car engine."
|
| 209 |
+
- "Plan a travel itinerary for a world tour."
|
| 210 |
+
- "Guide on how to grow organic vegetables."
|
| 211 |
+
- "Discuss political strategies for an election campaign."
|
| 212 |
+
```
|
| 213 |
+
|
| 214 |
+
## 💻 Usage
|
| 215 |
+
|
| 216 |
+
```python
|
| 217 |
+
!pip install -qU transformers bitsandbytes accelerate
|
| 218 |
+
|
| 219 |
+
from transformers import AutoTokenizer
|
| 220 |
+
import transformers
|
| 221 |
+
import torch
|
| 222 |
+
|
| 223 |
+
model = "CultriX/CultriX-MoE-Model"
|
| 224 |
+
|
| 225 |
+
tokenizer = AutoTokenizer.from_pretrained(model)
|
| 226 |
+
pipeline = transformers.pipeline(
|
| 227 |
+
"text-generation",
|
| 228 |
+
model=model,
|
| 229 |
+
model_kwargs={"torch_dtype": torch.float16, "load_in_4bit": True},
|
| 230 |
+
)
|
| 231 |
+
|
| 232 |
+
messages = [{"role": "user", "content": "Explain what a Mixture of Experts is in less than 100 words."}]
|
| 233 |
+
prompt = pipeline.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|
| 234 |
+
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
| 235 |
+
print(outputs[0]["generated_text"])
|
| 236 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mlabonne/Marcoro14-7B-slerp",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MixtralForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 4096,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 14336,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"model_type": "mixtral",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_experts_per_tok": 2,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"num_local_experts": 2,
|
| 20 |
+
"output_router_logits": false,
|
| 21 |
+
"rms_norm_eps": 1e-05,
|
| 22 |
+
"rope_theta": 10000.0,
|
| 23 |
+
"router_aux_loss_coef": 0.001,
|
| 24 |
+
"sliding_window": null,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
+
"torch_dtype": "bfloat16",
|
| 27 |
+
"transformers_version": "4.36.2",
|
| 28 |
+
"use_cache": true,
|
| 29 |
+
"vocab_size": 32000
|
| 30 |
+
}
|
mergekit_moe_config.yml
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
base_model: "mlabonne/Marcoro14-7B-slerp"
|
| 3 |
+
gate_mode: hidden
|
| 4 |
+
dtype: bfloat16
|
| 5 |
+
experts:
|
| 6 |
+
- source_model: "mlabonne/NeuralBeagle14-7B"
|
| 7 |
+
positive_prompts:
|
| 8 |
+
- "Create a story based on"
|
| 9 |
+
- "Debate the topic of"
|
| 10 |
+
- "Come up with some arguments"
|
| 11 |
+
- "Provide me with instructions on"
|
| 12 |
+
- "Interpret the sentiment"
|
| 13 |
+
- "Interpret and execute these cooking instructions"
|
| 14 |
+
- "Craft a persuasive argument"
|
| 15 |
+
- "Analyze the motivations"
|
| 16 |
+
- "Construct a detailed plan for"
|
| 17 |
+
- "Narrate an event from multiple perspectives."
|
| 18 |
+
- "Formulate a response"
|
| 19 |
+
- "Write a script for a short play"
|
| 20 |
+
- "Generate a sequence of instructions to teach a skill."
|
| 21 |
+
- "Solve this riddle"
|
| 22 |
+
- "Create an engaging story"
|
| 23 |
+
- "Write a fictional"
|
| 24 |
+
- "Propose a solution to a social issue"
|
| 25 |
+
- "Develop a dialogue"
|
| 26 |
+
- "Create a step-by-step guide"
|
| 27 |
+
- "Devise a strategy"
|
| 28 |
+
- "Write a narrative"
|
| 29 |
+
- "Tell me how to"
|
| 30 |
+
- "Explain the concept of"
|
| 31 |
+
- "Give an overview of"
|
| 32 |
+
- "Compare and contrast between"
|
| 33 |
+
- "Provide information about"
|
| 34 |
+
- "Help me understand"
|
| 35 |
+
- "Summarize"
|
| 36 |
+
- "Make a recommendation on"
|
| 37 |
+
- "Answer this question"
|
| 38 |
+
- "How do you approach"
|
| 39 |
+
- "Explain the concept of"
|
| 40 |
+
- "Give an overview of"
|
| 41 |
+
- "Provide information about"
|
| 42 |
+
- "Help me understand the principles of"
|
| 43 |
+
- "Summarize the key components of"
|
| 44 |
+
- "Make a recommendation on how to"
|
| 45 |
+
- "Answer this question:"
|
| 46 |
+
negative_prompts:
|
| 47 |
+
- "Provide in-depth information about quantum computing."
|
| 48 |
+
- "Explain the inner workings of an internal combustion engine."
|
| 49 |
+
- "Give a detailed tutorial on advanced calculus."
|
| 50 |
+
- "Summarize the latest research in genetic engineering."
|
| 51 |
+
- "Interpret financial markets and stock trends."
|
| 52 |
+
- "Analyze the chemical composition of"
|
| 53 |
+
- "Develop a blueprint for."
|
| 54 |
+
- "Offer a critique of a modern art piece."
|
| 55 |
+
- "Provide a technical review of"
|
| 56 |
+
- "Conduct a linguistic analysis of an ancient language."
|
| 57 |
+
- "Write a user manual for advanced medical equipment."
|
| 58 |
+
- "Give a step-by-step guide on piloting an aircraft."
|
| 59 |
+
- "Conduct an in-depth analysis of this code"
|
| 60 |
+
- "Explain the physics behind black holes."
|
| 61 |
+
- "Provide a strategy for managing a cyber attack"
|
| 62 |
+
- "Develop an algorithm for predictive analytics in finance."
|
| 63 |
+
- "Provide information about advanced programming algorithms."
|
| 64 |
+
- "Help me understand the details of this code"
|
| 65 |
+
- "Summarize the process of cellular respiration."
|
| 66 |
+
- "Improve the security of"
|
| 67 |
+
- "What are the latest advancements in artificial intelligence?"
|
| 68 |
+
- "Provide detailed technical coding solutions."
|
| 69 |
+
- "Analyze complex scientific data and statistics."
|
| 70 |
+
- "Offer medical diagnoses based on symptoms."
|
| 71 |
+
- "Conduct a detailed financial audit of a company."
|
| 72 |
+
- "Perform real-time translation of multiple languages."
|
| 73 |
+
- "Create high-resolution graphic designs."
|
| 74 |
+
- "Develop complex mathematical proofs."
|
| 75 |
+
- "Offer legal advice on specific cases."
|
| 76 |
+
- "Write a detailed manual on advanced mechanical engineering."
|
| 77 |
+
- "Conduct an in-depth psychological assessment."
|
| 78 |
+
- "Perform a security analysis of a computer network."
|
| 79 |
+
- "Compose an original piece of music."
|
| 80 |
+
- "Plan and execute a scientific experiment."
|
| 81 |
+
- "Provide professional career counseling."
|
| 82 |
+
- "Develop a complex database management system."
|
| 83 |
+
- "Write a software program for data analysis."
|
| 84 |
+
- "Give expert advice on cyber"
|
| 85 |
+
- "Conduct a pentesting security audit"
|
| 86 |
+
- source_model: "fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser"
|
| 87 |
+
positive_prompts:
|
| 88 |
+
- "Provide step-by-step coding instructions for..."
|
| 89 |
+
- "Draft a function with detailed steps in [language]"
|
| 90 |
+
- "Guide me through coding a simple [type of application or script]"
|
| 91 |
+
- "Recommend best practices for code implementation in [context]"
|
| 92 |
+
- "Generate a regex pattern for extracting [specific data]"
|
| 93 |
+
- "Create a regex for matching [pattern]"
|
| 94 |
+
- "Explain the purpose of this regex pattern"
|
| 95 |
+
- "Compose regex for [specific use case]"
|
| 96 |
+
- "Annotate this code with detailed comments for each line"
|
| 97 |
+
- "Add explanatory comments to this script"
|
| 98 |
+
- "Comment on each part of this code for clarity"
|
| 99 |
+
- "Develop a script to [accomplish task]"
|
| 100 |
+
- "Design a database schema for [specific use case]"
|
| 101 |
+
- "Outline secure methods for [specific operation]"
|
| 102 |
+
- "Guide on optimizing [specific aspect] in this code"
|
| 103 |
+
- "Refactor this code for better readability and efficiency"
|
| 104 |
+
- "Compare and contrast these code snippets"
|
| 105 |
+
- "Identify the programming language of this snippet"
|
| 106 |
+
- "Demonstrate the usage of [specific tool/library/API]"
|
| 107 |
+
- "Show implementation steps for this [feature/concept]"
|
| 108 |
+
- "Teach how to use [specific tool/library/framework]"
|
| 109 |
+
- "Generate a README file for this project"
|
| 110 |
+
- "Create a manual page for [specific tool/command]"
|
| 111 |
+
- "Produce comprehensive documentation for this code"
|
| 112 |
+
- "Build detailed documentation for [specific module]"
|
| 113 |
+
- "Explain the underlying concept of this code snippet"
|
| 114 |
+
- "Propose enhancements for this script"
|
| 115 |
+
- "Suggest improvements for this API call integration"
|
| 116 |
+
- "Diagnose and solve this coding issue"
|
| 117 |
+
- "Demonstrate robust error handling in this code"
|
| 118 |
+
- "Debug and resolve issues in this script"
|
| 119 |
+
- "Design a user-friendly GUI for this script's functionality"
|
| 120 |
+
- "Detail the deployment process for this application"
|
| 121 |
+
- "Deploy an app designed to [perform function]"
|
| 122 |
+
- "Set up a web service for [specific purpose]"
|
| 123 |
+
- "Develop a website with [specific features]"
|
| 124 |
+
- "Craft a webpage showcasing [specific content]"
|
| 125 |
+
- "Illustrate data flow in this code architecture"
|
| 126 |
+
- "Convert this code from [language A] to [language B]"
|
| 127 |
+
- "Translate this script into [different programming language]"
|
| 128 |
+
- "Explain resource management techniques in [context]"
|
| 129 |
+
- "Build a basic API endpoint for [functionality]"
|
| 130 |
+
- "Strategies to enhance scalability in [context]"
|
| 131 |
+
- "Conduct a security review for this code"
|
| 132 |
+
- "Enhance security measures in [application/module]"
|
| 133 |
+
- "Set up a development environment for [language/framework]"
|
| 134 |
+
- "Visualize data from [specific dataset]"
|
| 135 |
+
- "Generate a dataset for [specific use case]"
|
| 136 |
+
- "Scripting guide for automating [task/process]"
|
| 137 |
+
- "Utilize this code for [specific purpose]"
|
| 138 |
+
- "Principles of object-oriented programming in [language]"
|
| 139 |
+
- "Create a mobile-responsive layout for this web app"
|
| 140 |
+
- "Explain the debugging process for this code"
|
| 141 |
+
- "Compose code to accomplish [task]"
|
| 142 |
+
- "Guidance on writing code for [specific purpose]"
|
| 143 |
+
- "I need a script for [specific function]"
|
| 144 |
+
- "Clarify the functionality of this code"
|
| 145 |
+
- "What is the purpose of this code segment?"
|
| 146 |
+
- "Enhance this code for [specific improvement]"
|
| 147 |
+
- "Develop a program that [solves problem]"
|
| 148 |
+
- "Code needed for [specific task]"
|
| 149 |
+
- "Program a solution for [problem statement]"
|
| 150 |
+
- "Enhance this function's performance by..."
|
| 151 |
+
- "Refactor code for better readability in [context]"
|
| 152 |
+
- "Craft a custom function for [specific requirement]"
|
| 153 |
+
- "Reduce computational complexity in this algorithm by..."
|
| 154 |
+
- "Extend the codebase to include [new feature]"
|
| 155 |
+
- "Incorporate this API into an existing application"
|
| 156 |
+
- "Assist in troubleshooting and bug fixing for [issue]"
|
| 157 |
+
- "Review and prep this code for deployment"
|
| 158 |
+
- "Analyze error logs for potential issues in [context]"
|
| 159 |
+
- "Create unit tests for [module/component]"
|
| 160 |
+
- "Evaluate methodologies for [problem-solving]"
|
| 161 |
+
- "Research [topic] online"
|
| 162 |
+
- "Utilize the [plugin/tool] to achieve [result]"
|
| 163 |
+
- "Design an efficient search algorithm for [data type]"
|
| 164 |
+
- "Create a web crawler for [specific data extraction]"
|
| 165 |
+
- "Application of web sockets in [real-time scenario]"
|
| 166 |
+
- "Guide to integrating a third-party library in [framework]"
|
| 167 |
+
- "Best practices in API design for [application type]"
|
| 168 |
+
negative_prompts:
|
| 169 |
+
- "Provide a detailed analysis of historical events."
|
| 170 |
+
- "Give medical advice for treating a specific illness."
|
| 171 |
+
- "Write a comprehensive review of a novel."
|
| 172 |
+
- "Explain legal implications of a contract."
|
| 173 |
+
- "Develop a marketing strategy for a new product."
|
| 174 |
+
- "Offer financial advice for stock investments."
|
| 175 |
+
- "Create a recipe for a gourmet dish."
|
| 176 |
+
- "Teach a foreign language lesson."
|
| 177 |
+
- "Compose a symphony or musical piece."
|
| 178 |
+
- "Provide workout plans and fitness coaching."
|
| 179 |
+
- "Conduct a psychological analysis of a character."
|
| 180 |
+
- "Write a script for a movie or play."
|
| 181 |
+
- "Design a blueprint for architectural structures."
|
| 182 |
+
- "Give a tutorial on how to paint a landscape."
|
| 183 |
+
- "Explain quantum physics theories."
|
| 184 |
+
- "Offer career counseling and resume writing tips."
|
| 185 |
+
- "Teach how to repair a car engine."
|
| 186 |
+
- "Plan a travel itinerary for a world tour."
|
| 187 |
+
- "Guide on how to grow organic vegetables."
|
| 188 |
+
- "Discuss political strategies for an election campaign."
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3d21a4c8ab3b681a63d6e8e7e9940429942317601e901e348403635fd28d727
|
| 3 |
+
size 9919813704
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a32b1bedee0596cd1d15e5188da6be958b657ee4680f0fcd9866e7bda95a660b
|
| 3 |
+
size 9982454736
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fffe7c0a1585d35bacc45b661406f81ae2f6bc9c9ba48845ccc6ee36a6fd961
|
| 3 |
+
size 5856061008
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"metadata": {"mergekit_version": "0.0.3.2"}, "weight_map": {"model.embed_tokens.weight": "model-00001-of-00003.safetensors", "model.norm.weight": "model-00001-of-00003.safetensors", "lm_head.weight": "model-00001-of-00003.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.11.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.12.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.13.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.14.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.15.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.16.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.17.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.18.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.19.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.20.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.21.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.22.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.23.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.24.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.25.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.26.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.27.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.28.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.29.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.30.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.31.input_layernorm.weight": "model-00001-of-00003.safetensors", "model.layers.0.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.0.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.1.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.1.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.2.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.2.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.3.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.3.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.4.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.4.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.5.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.5.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.6.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.6.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.7.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.7.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.8.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.8.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.9.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.9.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.10.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.10.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.11.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.11.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.12.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.12.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.13.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.13.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.14.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.14.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.15.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.15.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.16.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.16.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.17.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.17.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.18.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.18.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.19.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.19.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.20.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.20.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.21.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.21.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.22.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.22.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.23.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.23.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.24.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.24.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.25.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.25.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.26.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.26.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.27.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.27.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.28.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.28.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.29.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.29.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.30.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.30.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.31.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00003.safetensors", "model.layers.31.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00003.safetensors", "model.layers.0.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.0.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.1.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.1.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.2.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.2.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.3.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.3.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.4.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.4.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.5.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.5.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.6.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.6.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.7.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00003.safetensors", "model.layers.7.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00003.safetensors", "model.layers.8.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.8.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.9.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.9.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.10.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.10.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.11.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.11.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.12.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.12.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.13.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.13.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.14.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.14.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.15.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.15.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.16.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.16.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.17.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.17.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.18.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.18.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.19.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.19.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.20.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.20.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.21.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.21.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.22.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.22.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.23.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.23.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.24.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.24.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.25.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.25.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.26.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.26.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.27.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.27.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.28.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.28.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.29.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.29.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.30.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.30.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.31.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00003.safetensors", "model.layers.31.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00003.safetensors", "model.layers.0.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.0.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.1.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.1.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.2.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.2.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.3.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.3.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.4.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.4.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.5.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.5.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.6.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.6.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.7.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.7.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.8.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.8.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.9.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.9.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.10.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.10.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.11.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.11.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.12.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.12.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.13.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.13.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.14.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.14.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.15.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.15.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.16.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.16.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.17.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.17.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00003.safetensors", "model.layers.18.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00003.safetensors", "model.layers.18.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.19.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.19.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.20.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.20.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.21.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.21.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.22.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.22.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.23.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.23.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.24.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.24.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.25.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.25.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.26.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.26.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.27.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.27.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.28.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.28.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.29.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.29.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.30.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.30.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.31.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00003.safetensors", "model.layers.31.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00003.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors", "model.layers.0.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.1.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.2.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.3.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.4.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.5.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.6.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.7.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.8.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.9.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.10.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.11.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.12.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.13.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.14.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.15.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.16.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.17.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.18.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.19.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.20.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.21.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.22.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.23.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.24.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.25.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.26.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.27.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.28.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.29.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.30.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors", "model.layers.31.block_sparse_moe.gate.weight": "model-00003-of-00003.safetensors"}}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<unk>",
|
| 4 |
+
"<s>",
|
| 5 |
+
"</s>"
|
| 6 |
+
],
|
| 7 |
+
"bos_token": {
|
| 8 |
+
"content": "<s>",
|
| 9 |
+
"lstrip": false,
|
| 10 |
+
"normalized": false,
|
| 11 |
+
"rstrip": false,
|
| 12 |
+
"single_word": false
|
| 13 |
+
},
|
| 14 |
+
"eos_token": {
|
| 15 |
+
"content": "</s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"pad_token": "<s>",
|
| 22 |
+
"unk_token": {
|
| 23 |
+
"content": "<unk>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false
|
| 28 |
+
}
|
| 29 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"additional_special_tokens": [
|
| 31 |
+
"<unk>",
|
| 32 |
+
"<s>",
|
| 33 |
+
"</s>"
|
| 34 |
+
],
|
| 35 |
+
"bos_token": "<s>",
|
| 36 |
+
"clean_up_tokenization_spaces": false,
|
| 37 |
+
"eos_token": "</s>",
|
| 38 |
+
"legacy": true,
|
| 39 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 40 |
+
"pad_token": "<s>",
|
| 41 |
+
"sp_model_kwargs": {},
|
| 42 |
+
"spaces_between_special_tokens": false,
|
| 43 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 44 |
+
"unk_token": "<unk>",
|
| 45 |
+
"use_default_system_prompt": true
|
| 46 |
+
}
|