KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
embedding-space
★ 58
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Seeyon_exp_plus
:
seeyon致远OA全漏洞检测与利用
iMetaPlot
:
iMeta teaches you to plot
etch
:
A Simplified, Declarative Way To Use CustomPaint In Flutter
Silixel
:
Exploring gate level simulation
HTML5-games
:
A list of HTML5 games that can be deployed to whatever you like
// 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
embedding-space
?
Download (.md)
# Analyzing Transformers in Embedding Space! **code still requires some refactoring and documentation** This code encompasses all the experiments presented in the [paper](https://arxiv.org/abs/2209.02535). ## Setup (Linux) First create a directory named `artifacts` here. Run in shell: ``` mkdir artifacts ``` To use the notebook `parameter-alignment.ipynb` you must also download models from multiBERTs. Run in shell: ``` ./load_multiberts.sh ``` ## Cite Us If you want to cite us: ``` @misc{transformers_in_embedding_space, doi = {10.48550/ARXIV.2209.02535}, url = {https://arxiv.org/abs/2209.02535}, author = {Dar, Guy and Geva, Mor and Gupta, Ankit and Berant, Jonathan}, title = {Analyzing Transformers in Embedding Space}, publisher = {arXiv}, year = {2022}, copyright = {Creative Commons Attribution 4.0 International} } ```