We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that you define 5 new tokens. bos eos persona_token speaker1 speaker2.
And the input is constructed like:
input_ids : <persona_token> (persona sentence1) <persona_token> (persona sentence2) ... <speaker1> (history sentence1) <speaker2> <history sentence2> <bos> response <eos>
<persona_token> (persona sentence1) <persona_token> (persona sentence2) ... <speaker1> (history sentence1) <speaker2> <history sentence2> <bos> response <eos>
token_type_ids: <persona_token> for all personal sentence +<speaker1> and <speaker2> for respective sentences + <bos> for response
<persona_token> for all personal sentence +<speaker1> and <speaker2> for respective sentences + <bos> for response
lm_labels: -1 for tokens except for response
-1 for tokens except for response
My questions are:
Attaching the file I used for this analysis. xyz_new.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see that you define 5 new tokens. bos eos persona_token speaker1 speaker2.
And the input is constructed like:
input_ids :
<persona_token> (persona sentence1) <persona_token> (persona sentence2) ... <speaker1> (history sentence1) <speaker2> <history sentence2> <bos> response <eos>
token_type_ids:
<persona_token> for all personal sentence +<speaker1> and <speaker2> for respective sentences + <bos> for response
lm_labels:
-1 for tokens except for response
My questions are:
Attaching the file I used for this analysis.
xyz_new.txt
The text was updated successfully, but these errors were encountered: