Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ for row in inputs:
|
|
77 |
],
|
78 |
})
|
79 |
with open("as_conversations.json", "w") as outfile:
|
80 |
-
outfile.write(json.dumps(conversations, indent=2)
|
81 |
```
|
82 |
|
83 |
## Evaluation
|
|
|
77 |
],
|
78 |
})
|
79 |
with open("as_conversations.json", "w") as outfile:
|
80 |
+
outfile.write(json.dumps(conversations, indent=2))
|
81 |
```
|
82 |
|
83 |
## Evaluation
|