from transformers import GPT2Tokenizer, GPT2LMHeadModel
tokenizer = GPT2Tokenizer.from_pretrained('distilgpt2')
tokenizer.add_special_tokens({'pad_token': '[PAD]'})
model = GPT2LMHeadModel.from_pretrained('FredZhang7/distilgpt2-stable-diffusion-v2')
prompt = r'a cat sitting'# the beginning of the prompt
temperature = 0.9# a higher temperature will produce more diverse results, but with a higher risk of less coherent text
top_k = 8# the number of tokens to sample from at each step
max_length = 80# the maximum number of tokens for the output of the model
repitition_penalty = 1.2# the penalty value for each repetition of a token
num_return_sequences=5# the number of results to generate# generate the result with contrastive search
input_ids = tokenizer(prompt, return_tensors='pt').input_ids
output = model.generate(input_ids, do_sample=True, temperature=temperature, top_k=top_k, max_length=max_length, num_return_sequences=num_return_sequences, repetition_penalty=repitition_penalty, penalty_alpha=0.6, no_repeat_ngram_size=1, early_stopping=True)
print('\nInput:\n' + 100 * '-')
print('\033[96m' + prompt + '\033[0m')
print('\nOutput:\n' + 100 * '-')
for i inrange(len(output)):
print('\033[92m' + tokenizer.decode(output[i], skip_special_tokens=True) + '\033[0m\n')
No comma style:
To bring back the commas, assign output without
penalty_alpha
and
no_repeat_ngram_size
:
distilgpt2-stable-diffusion-v2-GGUF huggingface.co is an AI model on huggingface.co that provides distilgpt2-stable-diffusion-v2-GGUF's model effect (), which can be used instantly with this mav23 distilgpt2-stable-diffusion-v2-GGUF model. huggingface.co supports a free trial of the distilgpt2-stable-diffusion-v2-GGUF model, and also provides paid use of the distilgpt2-stable-diffusion-v2-GGUF. Support call distilgpt2-stable-diffusion-v2-GGUF model through api, including Node.js, Python, http.
distilgpt2-stable-diffusion-v2-GGUF huggingface.co is an online trial and call api platform, which integrates distilgpt2-stable-diffusion-v2-GGUF's modeling effects, including api services, and provides a free online trial of distilgpt2-stable-diffusion-v2-GGUF, you can try distilgpt2-stable-diffusion-v2-GGUF online for free by clicking the link below.
mav23 distilgpt2-stable-diffusion-v2-GGUF online free url in huggingface.co:
distilgpt2-stable-diffusion-v2-GGUF is an open source model from GitHub that offers a free installation service, and any user can find distilgpt2-stable-diffusion-v2-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of distilgpt2-stable-diffusion-v2-GGUF install, users can directly use distilgpt2-stable-diffusion-v2-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
distilgpt2-stable-diffusion-v2-GGUF install url in huggingface.co: