|
--- |
|
base_model: |
|
- cognitivecomputations/Dolphin3.0-Qwen2.5-3b |
|
- Spestly/Athena-1-3B |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
license: apache-2.0 |
|
--- |
|
# merge |
|
|
|
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). |
|
|
|
## Merge Details |
|
|
|
Combo of Athena-1-3B & Dolphin3.0-Qwen2.5-3b |
|
|
|
Example: |
|
- |
|
User: Write a letter of complaint. |
|
|
|
Assistant: |
|
|
|
Certainly! Below is a template for a formal letter of complaint: |
|
|
|
--- |
|
[Your Name] |
|
[Your Address] |
|
[City, State, ZIP Code] |
|
[Email Address] |
|
[Phone Number] |
|
[Date] |
|
|
|
To Whom It May Concern, |
|
|
|
Subject: Complaint Regarding [Specific Issue or Service Provider] |
|
|
|
Dear Sir/Madam, |
|
|
|
I am writing to express my deep disappointment and frustration with the service I received from [Company/Service Provider]. Specifically, I have encountered a significant problem that requires immediate attention. |
|
|
|
On [specific date], while using your product/service, I experienced [describe the specific issue in detail, e.g., "The system was down for over 10 hours," or "My order arrived damaged and missing items."] This has resulted in [negative consequences of the issue, e.g., "I had to reschedule my event on short notice," or "I lost track of an important document."]. |
|
|
|
Regrettably, despite repeated attempts to resolve this matter through your customer support channels, I have received no satisfactory resolution thus far. In fact, the response time for addressing my query was so delayed that it further compounded the inconvenience and distress. |
|
|
|
Therefore, I am compelled to lodge a formal complaint against [Company/Service Provider] with the hope of obtaining some form of compensation or an apology in light of this incident. Furthermore, I request you to take appropriate measures to prevent such occurrences from happening again, thereby restoring my trust in your service. |
|
|
|
I kindly ask that you contact me at [Your Email Address / Phone Number] so we may discuss this matter further and come up with a mutually agreeable solution. Please also consider taking the necessary steps to ensure customer satisfaction going forward. |
|
|
|
Thanking you in advance for your prompt attention to this matter, I look forward to your response. |
|
|
|
Sincerely, |
|
|
|
[Your Name] |
|
|
|
--- |
|
Feel free to customize this template according to the specifics of your complaint and the details provided to you by the service provider. |
|
|
|
### Merge Method |
|
|
|
This model was merged using the SLERP merge method. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [cognitivecomputations/Dolphin3.0-Qwen2.5-3b](https://huggingface.co./cognitivecomputations/Dolphin3.0-Qwen2.5-3b) |
|
* [Spestly/Athena-1-3B](https://huggingface.co./Spestly/Athena-1-3B) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: Spestly/Athena-1-3B |
|
- model: cognitivecomputations/Dolphin3.0-Qwen2.5-3b |
|
merge_method: slerp |
|
base_model: Spestly/Athena-1-3B |
|
dtype: bfloat16 |
|
parameters: |
|
t: [0, 0.5, 1, 0.5, 0] |
|
``` |