Elizezen/SlaughterHouse-exp-nsfw-7B
Text Generation
โข
Updated
โข
32
import os
one_token = "โก" # Token to increase the appearance probability
value = 1000000
token = one_token * value
with open("one-token.txt", "w", encoding="utf-8") as f:
f.write(token)
new_v = v - (5.0 * chat_vector[i].to(v.device))