Update README.md
Browse files
README.md
CHANGED
|
@@ -122,3 +122,14 @@ inputs = tokenizer(prompt, return_tensors="pt")
|
|
| 122 |
outputs = model.generate(**inputs, max_new_tokens=256)
|
| 123 |
|
| 124 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
outputs = model.generate(**inputs, max_new_tokens=256)
|
| 123 |
|
| 124 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 125 |
+
```
|
| 126 |
+
|
| 127 |
+
## Citation
|
| 128 |
+
```bibtex
|
| 129 |
+
@misc{akinwale2025codet5pytest,
|
| 130 |
+
author = {Akinwale, Oluwaferanmi Philip},
|
| 131 |
+
title = {CodeT5p-220m PyTest Generator},
|
| 132 |
+
year = {2025},
|
| 133 |
+
note = {Hugging Face model repository},
|
| 134 |
+
url = {https://huggingface.co/Oluwaferanmiii/codet5p-220m-pytest-generator}
|
| 135 |
+
}
|