Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- RPG
|
7 |
+
- RPGELE
|
8 |
+
---
|
9 |
+
|
10 |
+
## EXPERIMENTAL 4-bit and 8-bit LLM for RPG based on Granite-8b-instruct
|
11 |
+
|
12 |
+
## Summary:
|
13 |
+
This is an experimental LLM for RPG Programming in ILE that covers:
|
14 |
+
- translation (ILE RPG code from fixed-form to free-form)
|
15 |
+
- summarisation (ILE RPG code to text)
|
16 |
+
- prototyping (text to ILE RPG code)
|
17 |
+
|
18 |
+
## Dataset
|
19 |
+
Private dataset created via SDG
|
20 |
+
|
21 |
+
## Additional info for RPG Programming in ILE :
|
22 |
+
https://www.ibm.com/docs/en/i/7.5?topic=introduction-rpg-programming-in-ile
|
23 |
+
|