An open API service indexing awesome lists of open source software.

https://github.com/amitkumarj441/cikm2023_subspaceembedding

Pluggable Embedding Code for our CIKM paper titled "Lightweight Adaptation of Neural Language Models via Subspace Embedding"
https://github.com/amitkumarj441/cikm2023_subspaceembedding

embeddings language-model nlp

Last synced: 3 months ago
JSON representation

Pluggable Embedding Code for our CIKM paper titled "Lightweight Adaptation of Neural Language Models via Subspace Embedding"

Awesome Lists containing this project

README

        

# CIKM2023_SubspaceEmbedding
Pluggable Embedding Code of our CIKM paper titled "Lightweight Adaptation of Neural Language Models via Subspace Embedding"

#### Subspace Embedding
- Embedding layer can be customised.
- Follow the parameters detail in the paper to reproduce the subspace of the embedding.
- Practically, the training/inference speed is similar with Embedding layer.