jondurbin commited on
Commit
5388799
1 Parent(s): 6665b27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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