!pip install -qU transformers accelerate
from transformers import AutoTokenizer
import transformers
import torch
model = "Corianas/Tiny-slerp"
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 Corianas Tiny-slerp on huggingface.co
1
Total runs
0
24-hour runs
-1
3-day runs
-1
7-day runs
-2
30-day runs
More Information About Tiny-slerp huggingface.co Model
Tiny-slerp huggingface.co
Tiny-slerp huggingface.co is an AI model on huggingface.co that provides Tiny-slerp's model effect (), which can be used instantly with this Corianas Tiny-slerp model. huggingface.co supports a free trial of the Tiny-slerp model, and also provides paid use of the Tiny-slerp. Support call Tiny-slerp model through api, including Node.js, Python, http.
Tiny-slerp huggingface.co is an online trial and call api platform, which integrates Tiny-slerp's modeling effects, including api services, and provides a free online trial of Tiny-slerp, you can try Tiny-slerp online for free by clicking the link below.
Corianas Tiny-slerp online free url in huggingface.co:
Tiny-slerp is an open source model from GitHub that offers a free installation service, and any user can find Tiny-slerp on GitHub to install. At the same time, huggingface.co provides the effect of Tiny-slerp install, users can directly use Tiny-slerp installed effect in huggingface.co for debugging and trial. It also supports api for free installation.