Jennifer Koenig
Jennifer Koenig
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Related command ### Extension name (the extension in question) ### Description...
in scripts/finetune_qa_models.py the variable "dataset" is defined on line 715 and then again on 718: ``` dataset: List[Any] = [] data: List dataset: str ``` It's used as a string...
In scripts/finetune_qa_models.py (line 396), variable "args.cache_dir" is referenced. However, this is not set in any of the example run scripts as an argument.