KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ingestables
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
holoassist-release
:
No description available.
argentofx
:
financial data for the argentine market. high-performance rest api built with python and redis for low-latency.
oraichain-sdk
:
a monorepo for Oraichain ecosystem SDKs
joplin-graph-view
:
Joplin plugin with Obsidian-like graph view
custom-nodes-security-scan
:
Static analysis for custom comfyui nodes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ingestables
?
Download (.md)
# IngesTables: Scalable and Efficient Training of LLM-Enabled Tabular Foundation Models [](https://github.com/google-research/ingestables/actions/workflows/pytest_and_autopublish.yml) [](https://badge.fury.io/py/ingestables) This repository contains the implementation of IngesTables, a tabular foundation model. An earlier version of the model was accepted at the NeurIPS'23 [Tabular Representation Learning Workshop](https://neurips.cc/virtual/2023/81311). Stay tuned for updates! It contains library code that defines the data preprocessing, training, and evaluation. It also contains scripts for running it locally or on Google Cloud Platform (GCP). Do note that using the GCP scripts may incur costs and would transmit data to GCP and be accessible to those who can access your GCP project. ## 🧑🏫 Tutorials Here is the list of tutorials and reproducible experiments to get started with IngesTables for various tasks: - [Regression]() - [Classification]() ## BibTeX If you found any part of this codebase to be useful, please consider citing our work: <!-- mdlint off(SNIPPET_INVALID_LANGUAGE) --> ```bibtex @inproceedings{yak2023ingestables, title={IngesTables: Scalable and Efficient Training of LLM-Enabled Tabular Foundation Models}, author={Scott Yak and Yihe Dong and Javier Gonzalvo and Sercan Arik}, booktitle={NeurIPS'23 Table Representation Learning Workshop}, year={2023} } ``` *This is not an officially supported Google product.*