File size: 203 Bytes
4f6c8cb |
1 2 3 4 5 6 7 8 |
merge_method: linear # Daha basit yöntem
models:
- model: meta-llama/Llama-3.1-8B
parameters: {weight: 0.3}
- model: ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1
parameters: {weight: 0.7}
|