https://github.com/pwhiddy/shader-gen-serve
https://github.com/pwhiddy/shader-gen-serve
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwhiddy/shader-gen-serve
- Owner: PWhiddy
- Created: 2020-08-01T10:05:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T17:24:19.000Z (about 5 years ago)
- Last Synced: 2025-03-17T19:11:37.876Z (7 months ago)
- Language: JavaScript
- Size: 733 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadertoy Live GLSL Autocomplete
An experiment fine-tuning gpt-2 (small 100M) on a dataset of public shadertoy shaders. The auto generated comments are perhaps more entertaining than the glsl.
Scaling up the model would certainly give much better results.Training/model code were slight modifications to huggingface's example
https://github.com/huggingface/transformers/tree/master/examples/language-modelingShadertoy dataset was generated using this repository
https://github.com/PWhiddy/Shadertoy-Generator

