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

Running ML models #1

Open
darinkishore opened this issue Jul 17, 2023 · 3 comments
Open

Running ML models #1

darinkishore opened this issue Jul 17, 2023 · 3 comments

Comments

@darinkishore
Copy link

Hi! Any source on the running ml models example? I’ve been trying to get that to work, always unsuccessfully, for the last couple days. Seems like the lack of ML python libraries are a big blocker.

@dave1010
Copy link
Owner

I've just used up my GPT-4 quota again but I think scikit-learn is what I was playing with.

I've got it to do linear regression and k nearest neighbours without installing anything new.

It also has a few datasets built in. I got it to build a model based on load_digits() in sklearn.datasets, then take in coordinates from an 8 by 8 pixel grid and classify a number I drew.

I haven't tried torch or tensorflow yet.

If a package is missing you should be able to download it and upload it to ChatGPT.

If you have any specific things you're trying to do then let me know.

@darinkishore
Copy link
Author

darinkishore commented Jul 18, 2023 via email

@dave1010
Copy link
Owner

I think training a Transformer model might be too much for it. It might be possible (you can upload larger files by splitting them) but I think it's going to time out and reset the environment, then lose your data.

I think the easiest thing would be to run it in an environment dedicated to ML, getting ChatGPT and CI to help with the code. Google Collab might work.

If you have developer access to ChatGPT plugins then you can run https://github.com/dave1010/pandora locally

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

No branches or pull requests

2 participants