jondurbin commited on
Commit
3f4bb3b
1 Parent(s): 7b18968

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  datasets:
4
- - jondurbin/airoboros-gpt4-2.0
5
  ---
6
 
7
  ### Overview
@@ -287,7 +287,7 @@ def parse_plan(plan):
287
  if line.startswith("Plan:"):
288
  print(line)
289
  continue
290
- parts = re.match("^(:evidence[0-9]+:")\s*=\s*([^\[]+])(\[.*\])\s$", line, re.I)
291
  if not parts:
292
  if line.startswith("Answer: "):
293
  return context.get(line.split(" ")[-1].strip(), "Answer couldn't be generated...")
 
1
  ---
2
  license: other
3
  datasets:
4
+ - jondurbin/airoboros-gpt4-m2.0
5
  ---
6
 
7
  ### Overview
 
287
  if line.startswith("Plan:"):
288
  print(line)
289
  continue
290
+ parts = re.match("^(:evidence[0-9]+:)\s*=\s*([^\[]+])(\[.*\])\s$", line, re.I)
291
  if not parts:
292
  if line.startswith("Answer: "):
293
  return context.get(line.split(" ")[-1].strip(), "Answer couldn't be generated...")