Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -35,14 +35,14 @@ data = load_dataset(
|
|
35 |
|
36 |
If you are using the Transform-2D dataset, please consider citing the following paper:
|
37 |
```bibtex
|
38 |
-
@
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
}
|
47 |
```
|
48 |
|
|
|
35 |
|
36 |
If you are using the Transform-2D dataset, please consider citing the following paper:
|
37 |
```bibtex
|
38 |
+
@article{
|
39 |
+
speicher2024understanding,
|
40 |
+
title={Understanding the Role of Invariance in Transfer Learning},
|
41 |
+
author={Till Speicher and Vedant Nanda and Krishna P. Gummadi},
|
42 |
+
journal={Transactions on Machine Learning Research},
|
43 |
+
issn={2835-8856},
|
44 |
+
year={2024},
|
45 |
+
url={https://arxiv.org/abs/2407.04325},
|
46 |
}
|
47 |
```
|
48 |
|