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.
|
|