Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.3
|
| 3 |
+
---
|
| 4 |
+
```yaml
|
| 5 |
+
models:
|
| 6 |
+
- model: TareksLab/Aether-Writer-LLaMa-70B
|
| 7 |
+
parameters:
|
| 8 |
+
weight: [0.33]
|
| 9 |
+
- model: TareksLab/Aether-ERP-LLaMa-70B
|
| 10 |
+
parameters:
|
| 11 |
+
weight: [0.34]
|
| 12 |
+
- model: TareksLab/Aether-RP-LLaMa-70B
|
| 13 |
+
parameters:
|
| 14 |
+
weight: [0.33]
|
| 15 |
+
base_model: TareksLab/Aether-Base-LLaMa-70B
|
| 16 |
+
merge_method: multislerp
|
| 17 |
+
chat_template: llama3
|
| 18 |
+
parameters:
|
| 19 |
+
normalize_weights: false
|
| 20 |
+
dtype: float32
|
| 21 |
+
out_dtype: bfloat16
|
| 22 |
+
tokenizer:
|
| 23 |
+
source: base
|
| 24 |
+
pad_to_multiple_of: 8
|
| 25 |
+
```
|