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
From the given line, it appears that the data has been transformed using a gpt2 tokenizer.
Tk-Instruct/src/convert_data_to_s2s.py
Line 35 in 7c0e400
However, the model trained is T5.v.1.-lm-adapted checkpoint. Can you confirm that the model was trained with a T5 tokenizer?
T5.v.1.-lm-adapted
Also all the model cards are same in huggingface,
allenai/tk-instruct-11b-def-pos-neg-expl, allenai/tk-instruct-11b-def-pos, allenai/tk-instruct-11b-def.
allenai/tk-instruct-11b-def-pos-neg-expl
allenai/tk-instruct-11b-def-pos
allenai/tk-instruct-11b-def
Can you confirm that the task encoding for these models are following,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From the given line, it appears that the data has been transformed using a gpt2 tokenizer.
Tk-Instruct/src/convert_data_to_s2s.py
Line 35 in 7c0e400
However, the model trained is
T5.v.1.-lm-adapted
checkpoint. Can you confirm that the model was trained with a T5 tokenizer?Also all the model cards are same in huggingface,
allenai/tk-instruct-11b-def-pos-neg-expl
,allenai/tk-instruct-11b-def-pos
,allenai/tk-instruct-11b-def
.Can you confirm that the task encoding for these models are following,
allenai/tk-instruct-11b-def-pos-neg-expl
: {"add_task_name": False, "add_task_definition": True, "num_pos_examples": 1, "num_neg_examples": 1, "add_explanation": True},allenai/tk-instruct-11b-def-pos
: {"add_task_name": False, "add_task_definition": True, "num_pos_examples": 1, "num_neg_examples": 0, "add_explanation": False},allenai/tk-instruct-11b-def
: {"add_task_name": False, "add_task_definition": True, "num_pos_examples": False, "num_neg_examples": 0, "add_explanation": False},The text was updated successfully, but these errors were encountered: