Update txt2json.py
Browse files- txt2json.py +1 -1
txt2json.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
"""
|
| 2 |
A function to parse an lm_eval text outputs into json format
|
| 3 |
-
"""
|
| 4 |
import os
|
| 5 |
import json
|
| 6 |
|
|
|
|
| 1 |
"""
|
| 2 |
A function to parse an lm_eval text outputs into json format
|
| 3 |
+
"""
|
| 4 |
import os
|
| 5 |
import json
|
| 6 |
|