Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedovati-matteo/smalltalkcodegen
LifeWare project of a llm for generation code for the Smalltalk programming language.
https://github.com/vedovati-matteo/smalltalkcodegen
Last synced: 10 days ago
JSON representation
LifeWare project of a llm for generation code for the Smalltalk programming language.
- Host: GitHub
- URL: https://github.com/vedovati-matteo/smalltalkcodegen
- Owner: vedovati-matteo
- Created: 2023-08-05T11:48:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T13:04:24.000Z (over 1 year ago)
- Last Synced: 2024-05-08T00:18:55.583Z (6 months ago)
- Language: Jupyter Notebook
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmalltalkCodeGen
LifeWare project of a LLM for generation code for the Smalltalk programming language.There are two parts:
- Model Creation: Python Notebook for Finetuning the model and for generating code. It also contain the checkpoint of the model during training (suggested model checkpoint-1300)
- Extension: VScode extension that utilize the finetuning model