Views
No views yet
1pip install cython
2pip install git+https://github.com/guenthermi/table-embeddings.git1from table_embeddings import TableEmbeddingModel
2model = TableEmbeddingModel.load_model('ddrg/web_table_embeddings_row150')
3embedding = model.get_header_vector('headline')| Model Type | Description | Download-Links |
|---|---|---|
| W-tax | Model of relations between table header and table body | (64dim, 150dim) |
| W-row | Model of row-wise relations in tables | (64dim, 150dim) |
| W-combo | Model of row-wise relations and relations between table header and table body | (64dim, 150dim) |
| W-plain | Model of row-wise relations in tables without pre-processing | (64dim, 150dim) |
@inproceedings{gunther2021pre,
title={Pre-Trained Web Table Embeddings for Table Discovery},
author={G{\"u}nther, Michael and Thiele, Maik and Gonsior, Julius and Lehner, Wolfgang},
booktitle={Fourth Workshop in Exploiting AI Techniques for Data Management},
pages={24--31},
year={2021}
}