Update README.md
Browse files
README.md
CHANGED
|
@@ -281,4 +281,15 @@ if __name__ == "__main__":
|
|
| 281 |
|
| 282 |
print("Generated:")
|
| 283 |
print(output)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
```
|
|
|
|
| 281 |
|
| 282 |
print("Generated:")
|
| 283 |
print(output)
|
| 284 |
+
```
|
| 285 |
+
|
| 286 |
+
## Citation
|
| 287 |
+
|
| 288 |
+
```bibtex
|
| 289 |
+
@misc{stopaskingquestionsmini-656k,
|
| 290 |
+
title = {StopAskingQuestionsMini-656k: Questions with No Answers},
|
| 291 |
+
author = {Harley-ml},
|
| 292 |
+
year = {2026},
|
| 293 |
+
url = {https://huggingface.co/Harley-ml/StopAskingQuestionsMini-656k}
|
| 294 |
+
}
|
| 295 |
```
|