Skip to content

Commit 7268a2b

Browse files
committed
update
1 parent c2b50e7 commit 7268a2b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ PyTorch Frame democratizes deep learning research for tabular data, catering to
2727

2828
1. **Facilitate Deep Learning for Tabular Data:** Historically, tree-based models (e.g., GBDT) excelled at tabular learning but had notable limitations, such as integration difficulties with downstream models, and handling complex column types, such as texts, sequences, and embeddings. Deep tabular models are promising to resolve the limitations. We aim to facilitate deep learning research on tabular data by modularizing its implementation and supporting the diverse column types.
2929

30-
asdf
31-
3230
1. **Integrates with Diverse Model Architectures like Large Language Models:** PyTorch Frame supports integration with a variety of different architectures including LLMs. With any downloaded model or embedding API endpoint, you can encode your text data with embeddings and train it with deep learning models alongside other complex semantic types. We support the following (but not limited to):
3331

3432
<table>

torch_frame/nn/models/tab_transformer.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# asdf
21
from __future__ import annotations
32

43
import math

0 commit comments

Comments
 (0)