https://github.com/randomicecube/llm-exercise
https://github.com/randomicecube/llm-exercise
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomicecube/llm-exercise
- Owner: randomicecube
- Created: 2023-09-06T17:46:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T17:03:44.000Z (over 2 years ago)
- Last Synced: 2023-09-28T05:24:14.812Z (over 2 years ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic Translation from C to Rust using LLMs
This repo will contain a basic exercise to get familiar with the basic
C -> Rust language translation pipeline, including commonly used tools,
as well as a basic LLM-based translation pipeline, using the IntroClass
benchmark and StarCoder.