Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ The model leverages a chain-of-thought approach during evaluation to mimic human
|
|
30 |
|
31 |
## Training
|
32 |
|
33 |
-
The model was trained on a curated dataset specifically designed for code property verification. This dataset, available on Hugging Face at [kdunee/
|
34 |
|
35 |
* Python code snippets representing various programming scenarios.
|
36 |
* Natural language assertions describing desired properties of these code snippets (e.g., error handling practices, documentation standards, security considerations).
|
|
|
30 |
|
31 |
## Training
|
32 |
|
33 |
+
The model was trained on a curated dataset specifically designed for code property verification. This dataset, available on Hugging Face at [kdunee/IntentGuard-1](https://huggingface.co/datasets/kdunee/IntentGuard-1), includes:
|
34 |
|
35 |
* Python code snippets representing various programming scenarios.
|
36 |
* Natural language assertions describing desired properties of these code snippets (e.g., error handling practices, documentation standards, security considerations).
|