Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
@@ -72,5 +79,4 @@ Built using 🤗 HuggingFace Transformers + Salesforce CodeT5.
|
|
72 |
|
73 |
If you're uploading this model via the Hugging Face CLI (`transformers-cli` or `huggingface_hub`), placing the `README.md` in the root of your model directory will automatically display it on the model page.
|
74 |
|
75 |
-
Would you like me to validate this model card in Hugging Face's format validator or prepare a metadata block (`model-index`, `tags`, etc.) as well?
|
76 |
-
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- nvidia/OpenCodeReasoning
|
4 |
+
- future-technologies/Universal-Transformers-Dataset
|
5 |
+
metrics:
|
6 |
+
- bleu
|
7 |
+
---
|
8 |
# AI FixCode Model 🛠️
|
9 |
|
10 |
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.
|
|
|
79 |
|
80 |
If you're uploading this model via the Hugging Face CLI (`transformers-cli` or `huggingface_hub`), placing the `README.md` in the root of your model directory will automatically display it on the model page.
|
81 |
|
82 |
+
Would you like me to validate this model card in Hugging Face's format validator or prepare a metadata block (`model-index`, `tags`, etc.) as well?
|
|