models:-model:yam-peleg/Experiment28-7B# No parameters necessary for base model-model:chihoonlee10/T3Q-Mistral-Orca-Math-DPOparameters:density:0.53weight:0.6merge_method:dare_tiesbase_model:yam-peleg/Experiment28-7Bparameters:int8_mask:truedtype:bfloat16random_seed:0
💻 Usage
!pip install -qU transformers accelerate
from transformers import AutoTokenizer
import transformers
import torch
model = "automerger/Experiment28T3q-7B"
messages = [{"role": "user", "content": "What is a large language model?"}]
tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
"text-generation",
model=model,
torch_dtype=torch.float16,
device_map="auto",
)
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])
Runs of automerger Experiment28T3q-7B on huggingface.co
12
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs
More Information About Experiment28T3q-7B huggingface.co Model
Experiment28T3q-7B huggingface.co is an AI model on huggingface.co that provides Experiment28T3q-7B's model effect (), which can be used instantly with this automerger Experiment28T3q-7B model. huggingface.co supports a free trial of the Experiment28T3q-7B model, and also provides paid use of the Experiment28T3q-7B. Support call Experiment28T3q-7B model through api, including Node.js, Python, http.
Experiment28T3q-7B huggingface.co is an online trial and call api platform, which integrates Experiment28T3q-7B's modeling effects, including api services, and provides a free online trial of Experiment28T3q-7B, you can try Experiment28T3q-7B online for free by clicking the link below.
automerger Experiment28T3q-7B online free url in huggingface.co:
Experiment28T3q-7B is an open source model from GitHub that offers a free installation service, and any user can find Experiment28T3q-7B on GitHub to install. At the same time, huggingface.co provides the effect of Experiment28T3q-7B install, users can directly use Experiment28T3q-7B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.