KBhandari11 commited on
Commit
8d70a13
·
verified ·
1 Parent(s): d138722

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -45,4 +45,9 @@ with open(cfg_path) as f:
45
  adapter = BottleneckResidualAdapter(**cfg)
46
  adapter.load_state_dict(load_file(weights_path))
47
  adapter.eval()
48
- ```
 
 
 
 
 
 
45
  adapter = BottleneckResidualAdapter(**cfg)
46
  adapter.load_state_dict(load_file(weights_path))
47
  adapter.eval()
48
+ ```
49
+
50
+ # Research Paper
51
+
52
+ [Improving Robustness of Tabular Retrieval via Representational Stability](https://arxiv.org/abs/2604.24040v2)
53
+