import text_generation def generate_job_responsibilities(job_title, work_experience_required, skillset_required): client = text_generation.InferenceAPIClient("OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5", token=<my huggingface token>)
I tried running the solution it shows on the terminal.
`UserWarning: Field “model_id” has conflict with protected namespace “model_”.
You may be able to resolve this warning by setting model_config['protected_namespaces'] = ()
.
warnings.warn(`
Navin-AmriSystems is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.