Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,57 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
10 |
---
|
11 |
# merge
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
### Merge Method
|
17 |
|
18 |
This model was merged using the SLERP merge method.
|
@@ -36,4 +80,4 @@ base_model: Spestly/Athena-1-3B
|
|
36 |
dtype: bfloat16
|
37 |
parameters:
|
38 |
t: [0, 0.5, 1, 0.5, 0]
|
39 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
# merge
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
16 |
+
|
17 |
+
Combo of Athena-1-3B & Dolphin3.0-Qwen2.5-3b
|
18 |
+
|
19 |
+
Example:
|
20 |
+
-
|
21 |
+
User: Write a letter of complaint.
|
22 |
+
|
23 |
+
Assistant:
|
24 |
+
|
25 |
+
Certainly! Below is a template for a formal letter of complaint:
|
26 |
+
|
27 |
+
---
|
28 |
+
[Your Name]
|
29 |
+
[Your Address]
|
30 |
+
[City, State, ZIP Code]
|
31 |
+
[Email Address]
|
32 |
+
[Phone Number]
|
33 |
+
[Date]
|
34 |
+
|
35 |
+
To Whom It May Concern,
|
36 |
+
|
37 |
+
Subject: Complaint Regarding [Specific Issue or Service Provider]
|
38 |
+
|
39 |
+
Dear Sir/Madam,
|
40 |
+
|
41 |
+
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.
|
42 |
+
|
43 |
+
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."].
|
44 |
+
|
45 |
+
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.
|
46 |
+
|
47 |
+
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.
|
48 |
+
|
49 |
+
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.
|
50 |
+
|
51 |
+
Thanking you in advance for your prompt attention to this matter, I look forward to your response.
|
52 |
+
|
53 |
+
Sincerely,
|
54 |
+
|
55 |
+
[Your Name]
|
56 |
+
|
57 |
+
---
|
58 |
+
Feel free to customize this template according to the specifics of your complaint and the details provided to you by the service provider.
|
59 |
+
|
60 |
### Merge Method
|
61 |
|
62 |
This model was merged using the SLERP merge method.
|
|
|
80 |
dtype: bfloat16
|
81 |
parameters:
|
82 |
t: [0, 0.5, 1, 0.5, 0]
|
83 |
+
```
|