dat-lequoc
commited on
Commit
•
4ad19fe
1
Parent(s):
4ace66d
Update README.md
Browse files
README.md
CHANGED
@@ -116,4 +116,8 @@ print(response)
|
|
116 |
|
117 |
# Extract the updated code from the response
|
118 |
updated_code = response.split("<updated-code>")[1].split("</updated-code>")[0]
|
119 |
-
```
|
|
|
|
|
|
|
|
|
|
116 |
|
117 |
# Extract the updated code from the response
|
118 |
updated_code = response.split("<updated-code>")[1].split("</updated-code>")[0]
|
119 |
+
```
|
120 |
+
|
121 |
+
## Evaluation:
|
122 |
+
|
123 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/650d7ecb23e8028a8970a203/_E6WVzuVABKB58QMx6c1c.png)
|