Upload folder using huggingface_hub

This commit is contained in:
ai-modelscope
2024-11-27 15:46:14 +08:00
parent fa32d8b7f9
commit e1934669fb
18 changed files with 412715 additions and 65 deletions

18
mergekit_config.yml Normal file
View File

@@ -0,0 +1,18 @@
slices:
- sources:
- model: aaditya/OpenBioLLM-Llama3-8B
layer_range: [0, 32]
- model: johnsnowlabs/JSL-Med-Sft-Llama-3-8B
layer_range: [0, 32]
merge_method: slerp
base_model: aaditya/OpenBioLLM-Llama3-8B
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16