KBhandari11 commited on
Commit
1aca567
·
verified ·
1 Parent(s): 597d5d0

Update README.md

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