GGUF
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="ticlazau/starcoder2-15b-instruct-rpgle-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

EXPERIMENTAL 8-bit and 4-bit LLM for RPG based on Starcoder2-15b-instruct

Summary:

This is an experimental LLM for RPG Programming in ILE that covers:

  • translation (ILE RPG code from fixed-form to free-form)
  • summarisation (ILE RPG code to text)
  • prototyping (text to ILE RPG code)

Dataset

Private dataset created via SDG

Additional info for RPG Programming in ILE :

https://www.ibm.com/docs/en/i/7.5?topic=introduction-rpg-programming-in-ile

License: MIT

Language: EN

Downloads last month
10
GGUF
Model size
16B params
Architecture
starcoder2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support