Update README.md
Browse files
README.md
CHANGED
|
@@ -204,4 +204,16 @@ predictor.predict({
|
|
| 204 |
|
| 205 |
This gpt_oss model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 206 |
|
| 207 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
|
| 205 |
This gpt_oss model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 206 |
|
| 207 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
| 208 |
+
|
| 209 |
+
## Citation
|
| 210 |
+
If you use this dataset in your work, please cite it as:
|
| 211 |
+
|
| 212 |
+
```
|
| 213 |
+
@dataset{vibe_coding_2025,
|
| 214 |
+
title={Vibe Coding Dataset},
|
| 215 |
+
author={EpistemeAI Research},
|
| 216 |
+
year={2025},
|
| 217 |
+
note={A dataset of conversational and technical responses for coding tasks.}
|
| 218 |
+
}
|
| 219 |
+
```
|