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
@unnir can you help me out with this?? Thank you
The text was updated successfully, but these errors were encountered:
what is the name of your model? I can test it
Sorry, something went wrong.
Thank you for the reply. I am planning to use this model
https://github.com/mattgorb/sparse-binary-transformers/tree/main?tab=readme-ov-file
it this model is available on huggingface, most likely it will work with GReaT.
For example:
from be_great import GReaT from sklearn.datasets import fetch_california_housing data = fetch_california_housing(as_frame=True).frame model = GReaT(llm='unsloth/Llama-3.2-1B', batch_size=32, epochs=1, fp16=True, report_to="none") model.fit(data) synthetic_data = model.sample(n_samples=100)
No branches or pull requests
@unnir can you help me out with this??
Thank you
The text was updated successfully, but these errors were encountered: