Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
"""
|
| 2 |
# AI FixCode Model 🛠️
|
| 3 |
|
| 4 |
A Transformer-based code fixing model trained on diverse buggy → fixed code pairs. Built using [CodeT5](https://huggingface.co/Salesforce/codet5p-220m), this model identifies and corrects syntactic and semantic errors in source code.
|
|
@@ -53,4 +52,3 @@ MIT License
|
|
| 53 |
|
| 54 |
## 🙏 Acknowledgements
|
| 55 |
Built using 🤗 HuggingFace Transformers + Salesforce CodeT5.
|
| 56 |
-
"""
|
|
|
|
|
|
|
| 1 |
# AI FixCode Model 🛠️
|
| 2 |
|
| 3 |
A Transformer-based code fixing model trained on diverse buggy → fixed code pairs. Built using [CodeT5](https://huggingface.co/Salesforce/codet5p-220m), this model identifies and corrects syntactic and semantic errors in source code.
|
|
|
|
| 52 |
|
| 53 |
## 🙏 Acknowledgements
|
| 54 |
Built using 🤗 HuggingFace Transformers + Salesforce CodeT5.
|
|
|