Skip to content
New issue

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

[Droid] Add Natural SQL 7B Model #253

Closed
wants to merge 2 commits into from

Conversation

factory-droid[bot]
Copy link

@factory-droid factory-droid bot commented Apr 3, 2024

Rotor

Summary of Changes

This PR introduces the Natural SQL 7B model into our codebase. It includes the model.py file which contains the Model class with load and predict methods. The requirements.txt file lists the necessary dependencies including transformers, accelerate, and sqlparse. The config.yaml file contains the configuration for the model including python version, resources, and model metadata. The README.md file provides detailed instructions on how to use the model, including input and output formats, and example usage. This addition will allow users to generate SQL queries from natural language questions.

Fixes BT-10364

Tips

  • If you review this pull request, I will attempt to address your feedback by pushing an update. You may also leave a comment and tag @droid.

…ral SQL 7B model. The model.py file contains the Model class with load and predict methods. The requirements.txt file lists the necessary dependencies. The config.yaml file contains the configuration for the model. The README.md file provides detailed instructions on how to use the model.
Copy link

linear bot commented Apr 3, 2024

@squidarth squidarth closed this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant