Add space after RWForCausalLM to pass HFValidation

#1
by patti-j - opened

HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.'
cannot start or end the name, max length is 96: 'RWForCausalLM(

variable model
type= RWForCausalLM
value=RWForCausalLM(

Thank you for your contribution @patti-j
You changed the print of the model architecture in the README.md. What does it solve?

I'm not sure, either:

  • HF runs validation on README file or
  • RWForCausalLM( appears somewhere in actual code

I guess I'll know when I rerun my notebook :)

BTW, is this the correct model version for model = "tiiuae/falcon-7b-instruct"?

patti-j changed pull request status to closed
H2O.ai org

I'm not sure, either:

  • HF runs validation on README file or
  • RWForCausalLM( appears somewhere in actual code

I guess I'll know when I rerun my notebook :)

BTW, is this the correct model version for model = "tiiuae/falcon-7b-instruct"?

Keep us updated. Would be unexpected if anything depends on the model structure from the README as this is really just a print(model) output.
The base model is tiiuae/falcon-7b as stated in the model card.

Sign up or log in to comment