link demo space
Browse files
README.md
CHANGED
@@ -38,6 +38,8 @@ model-index:
|
|
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 |
### Finetuning parameters
|
42 |
```sh
|
43 |
python3 train.py --model_path "bigcode/santacoder" \
|
|
|
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
|
42 |
+
|
43 |
### Finetuning parameters
|
44 |
```sh
|
45 |
python3 train.py --model_path "bigcode/santacoder" \
|