Update README.md
Browse files
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 |
+
|