As expected, this is a little bit worse in general English tasks over
cstr/spaetzle-v8-7b
, but a tiny little bit better on German tasks, at least some: e.g. it reaches an EQ-Bench (de)
score of 64.81, but only
models:-model:mayflowergmbh/Wiedervereinigung-7b-dpo-laser# no parameters necessary for base model-model:flemmingmiguel/NeuDist-Ro-7Bparameters:density:0.60weight:0.30-model:Blizado/discolm-mfto-7b-german-v0.1parameters:density:0.65weight:0.40-model:ResplendentAI/Flora_DPO_7Bparameters:density:0.6weight:0.3merge_method:dare_tiesbase_model:mayflowergmbh/Wiedervereinigung-7b-dpo-laserparameters:int8_mask:truedtype:bfloat16random_seed:0tokenizer_source:base
💻 Usage
!pip install -qU transformers accelerate
from transformers import AutoTokenizer
import transformers
import torch
model = "cstr/Spaetzle-v12-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 cstr Spaetzle-v12-7b on huggingface.co
73
Total runs
-2
24-hour runs
0
3-day runs
0
7-day runs
-12
30-day runs
More Information About Spaetzle-v12-7b huggingface.co Model
Spaetzle-v12-7b huggingface.co is an AI model on huggingface.co that provides Spaetzle-v12-7b's model effect (), which can be used instantly with this cstr Spaetzle-v12-7b model. huggingface.co supports a free trial of the Spaetzle-v12-7b model, and also provides paid use of the Spaetzle-v12-7b. Support call Spaetzle-v12-7b model through api, including Node.js, Python, http.
Spaetzle-v12-7b huggingface.co is an online trial and call api platform, which integrates Spaetzle-v12-7b's modeling effects, including api services, and provides a free online trial of Spaetzle-v12-7b, you can try Spaetzle-v12-7b online for free by clicking the link below.
cstr Spaetzle-v12-7b online free url in huggingface.co:
Spaetzle-v12-7b is an open source model from GitHub that offers a free installation service, and any user can find Spaetzle-v12-7b on GitHub to install. At the same time, huggingface.co provides the effect of Spaetzle-v12-7b install, users can directly use Spaetzle-v12-7b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.