Merged CMB
Collection
14 items • Updated
How to use sraj/Merge_Drop_SYN with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="sraj/Merge_Drop_SYN") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("sraj/Merge_Drop_SYN")
model = AutoModelForMaskedLM.from_pretrained("sraj/Merge_Drop_SYN")This is a merge of pre-trained language models created using mergekit.
This model was merged using the Linear merge method.
The following models were included in the merge:
The following YAML configuration was used to produce this model:
models:
- model: sraj/CMB_MARK_CX_LRD
parameters:
weight: 1.0
- model: sraj/CMB_FWEdu_V2_CX_LRD
parameters:
weight: 1.0
merge_method: linear
parameters:
normalize: true
dtype: bfloat16