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
The model should be fine tuned using my .yml file config.
I am running this on Colab.
When I run:
!git clone https://github.com/OpenAccess-AI-Collective/axolotl %cd axolotl !pip3 install packaging !pip3 install -e '.[flash-attn,deepspeed]' !pip3 install -U git+https://github.com/huggingface/peft.git
and then try and train the model using a .yml file which uses a hugging face data set as follows:
!accelerate launch -m axolotl.cli.train sql.yml
I get the following error:
AttributeError: 'DatasetDict' object has no attribute 'features'
On colab run:
Create a sql.yml file and upload it.
and then try and train the model using a .yml file using the HF data set (https://huggingface.co/datasets/knowrohit07/know_sql) as follows:
No response
3.10
!git clone https://github.com/OpenAccess-AI-Collective/axolotl
The text was updated successfully, but these errors were encountered:
@Phasor please see the linked pr that was closed. That should help.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Please check that this issue hasn't been reported before.
Expected Behavior
The model should be fine tuned using my .yml file config.
Current behaviour
I am running this on Colab.
When I run:
and then try and train the model using a .yml file which uses a hugging face data set as follows:
!accelerate launch -m axolotl.cli.train sql.yml
I get the following error:
AttributeError: 'DatasetDict' object has no attribute 'features'
Steps to reproduce
On colab run:
Create a sql.yml file and upload it.
and then try and train the model using a .yml file using the HF data set (https://huggingface.co/datasets/knowrohit07/know_sql) as follows:
!accelerate launch -m axolotl.cli.train sql.yml
Possible solution
No response
Which Operating Systems are you using?
Python Version
3.10
axolotl branch-commit
!git clone https://github.com/OpenAccess-AI-Collective/axolotl
Acknowledgements
The text was updated successfully, but these errors were encountered: