RayExtract
Collection
A collection of 135M-3B finetuned models specialised in extracting listing prices of "Rayman fist", an in-game item in Growtopia • 13 items • Updated
output = llm(
"Once upon a time,",
max_tokens=512,
echo=True
)
print(output)4-bit
5-bit
8-bit
16-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="fevohh/RayExtract-135M-v0", filename="", )