Add space after RWForCausalLM to pass HFValidation
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"?
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.