KBhandari11 commited on
Commit
67bb0f9
·
verified ·
1 Parent(s): 2cdf515

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -50,4 +50,10 @@ 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
+
56
+ # Research Paper
57
+
58
+ [Improving Robustness of Tabular Retrieval via Representational Stability](https://arxiv.org/abs/2604.24040v2)
59
+