RyanMullins Rocketknight1 HF Staff commited on
Commit
439edf5
·
1 Parent(s): e51e7dc

Update schema (#59)

Browse files

- Update schema (198e9e0bbe4c8bed534093b16b852cc0a5f5c838)
- Update tokenizer_config.json (552df617e18d35f97b3ef0ab4b75b00e154c6be7)


Co-authored-by: Matthew Carrigan <Rocketknight1@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -61,7 +61,7 @@
61
  }
62
  }
63
  },
64
- "x-regex": "(\\<\\|channel\\>thought\\n(?P<thinking>.*?)\\<channel\\|\\>)?(?P<content>(?:(?!\\<\\|tool_call\\>)(?!\\<turn\\|\\>).)+)?(?P<tool_calls>\\<\\|tool_call\\>.*\\<tool_call\\|\\>)?(?:\\<turn\\|\\>)?"
65
  },
66
  "soc_token": "<|channel>",
67
  "sot_token": "<|turn>",
 
61
  }
62
  }
63
  },
64
+ "x-regex": "(\\<\\|channel\\>thought\\n(?P<thinking>.*?)\\<channel\\|\\>)?(?P<tool_calls>\\<\\|tool_call\\>.*\\<tool_call\\|\\>)?(?P<content>(?:(?!\\<turn\\|\\>)(?!\\<\\|tool_response\\>).)+)?(?:\\<turn\\|\\>|\\<\\|tool_response\\>)?"
65
  },
66
  "soc_token": "<|channel>",
67
  "sot_token": "<|turn>",