-
Notifications
You must be signed in to change notification settings - Fork 538
Update README.md #552
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
Update README.md #552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the README.md to improve the TabPFN workflow section by making the title more descriptive and adding clarifying content to guide users through the decision-making process.
- Enhanced the workflow section title to be more specific about its purpose
- Added descriptive text explaining how to use the decision tree for selecting appropriate TabPFN implementations
- Updated a flowchart node label to be more descriptive about handling large datasets
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the README.md file to improve the clarity of the TabPFN workflow section. The heading has been made more descriptive, a helpful explanatory paragraph has been added, and a node in the workflow diagram has been updated. These are good changes that enhance the documentation. I have one minor suggestion to improve the wording in the workflow diagram for better readability.
Added KV Cache option for faster inference and updated task type description.
Issue
The Workflow decision tree has been missing some context.
TODO: Add KV caching
Public API Changes