Vipitis commited on
Commit
df96a96
1 Parent(s): 9b3cb7c

fix dataset link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ model-index:
35
  verified: false
36
  ---
37
 
38
- [Santacoder](https://huggingface.co/bigcode/santacoder) finetuned on [The-Stack-deddup (GLSL subset)](https://huggingface.co/datasets/bigcode/the-stack-dedup/tree/main/data/glsl) for 1000 steps with a batch size of 2 and full sequence length of 2048.
39
  adapted finetuning script found [here](./train.py)
40
 
41
  Try model in the [ShaderCoder](https://huggingface.co/spaces/Vipitis/ShaderCoder) demo space
 
35
  verified: false
36
  ---
37
 
38
+ [Santacoder](https://huggingface.co/bigcode/santacoder) finetuned on [Shadertoys-fine](https://huggingface.co/datasets/Vipitis/Shadertoys-fine) for 1000 steps with a batch size of 2 and full sequence length of 2048.
39
  adapted finetuning script found [here](./train.py)
40
 
41
  Try model in the [ShaderCoder](https://huggingface.co/spaces/Vipitis/ShaderCoder) demo space