fix prompt's json format

This commit is contained in:
Yizhou Chi 2024-09-02 10:39:08 +08:00
parent 27bbc927b0
commit 0b30866d10

View file

@ -31,7 +31,7 @@ If you cannot find the scores, please still return a dictionary with the keys 't
{{
"train_score": x.x,
"dev_score": x.x,
"test_score": x.x,
"test_score": x.x
}}
```
"""