Text Generation
Transformers
Safetensors
llama
mergekit
Merge
abacusai/Dracarys-Llama-3.1-70B-Instruct
Sao10K/L3-70B-Euryale-v2.1
gbueno86/Cathallama-70B
sophosympatheia/New-Dawn-Llama-3.1-70B-v1.1
nothingiisreal/L3.1-70B-Celeste-V0.1-BF16
Fizzarolli/L3.1-70b-glitz-v0.2
cyberagent/Llama-3.1-70B-Japanese-Instruct-2407
conversational
text-generation-inference
Inference Endpoints
KaraKaraWitch
commited on
Commit
•
87a563c
1
Parent(s):
db6e6f8
Add files using upload-large-folder tool
Browse files- mergekit_config.yml +15 -0
mergekit_config.yml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
models:
|
3 |
+
- model: Fizzarolli/L3.1-70b-glitz-v0.2
|
4 |
+
- model: cyberagent/Llama-3.1-70B-Japanese-Instruct-2407
|
5 |
+
- model: Sao10K/L3-70B-Euryale-v2.1
|
6 |
+
- model: nothingiisreal/L3.1-70B-Celeste-V0.1-BF16
|
7 |
+
- model: sophosympatheia/New-Dawn-Llama-3.1-70B-v1.1
|
8 |
+
- model: gbueno86/Cathallama-70B
|
9 |
+
- model: abacusai/Dracarys-Llama-3.1-70B-Instruct
|
10 |
+
|
11 |
+
merge_method: model_stock
|
12 |
+
base_model: Fizzarolli/L3.1-70b-glitz-v0.2
|
13 |
+
parameters:
|
14 |
+
normalize: true
|
15 |
+
dtype: bfloat16
|