Update README.md
Browse files
README.md
CHANGED
@@ -60,4 +60,14 @@ pipeline = transformers.pipeline(
|
|
60 |
|
61 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
62 |
print(outputs[0]["generated_text"])
|
63 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
62 |
print(outputs[0]["generated_text"])
|
63 |
+
```
|
64 |
+
|
65 |
+
|
66 |
+
# Why I Merged WestLake and Silicon Maid
|
67 |
+
|
68 |
+
Merged WestLake and Silicon Maid for a unique blend:
|
69 |
+
1. **EQ-Bench Dominance:** WestLake's 79.75 EQ-Bench score. (Maybe Contaminated)
|
70 |
+
2. **Charm and Role-Play:** Silicon's explicit charm and WestLake's role-play prowess.
|
71 |
+
3. **Config Synergy:** Supports lots of prompt format out of the gate and has a very nice synergy
|
72 |
+
|
73 |
+
Result: RolePlayLake-7B, a linguistic fusion with EQ-Bench supremacy and captivating role-play potential.
|