Añade sección 'How to cite' con BibTeX
Browse files
README.md
CHANGED
|
@@ -45,6 +45,24 @@ assumed):
|
|
| 45 |
All three are Apache-2.0 at the source, consistent with this
|
| 46 |
repository's license — no upstream restriction carries over.
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
## License
|
| 49 |
|
| 50 |
Apache-2.0.
|
|
|
|
| 45 |
All three are Apache-2.0 at the source, consistent with this
|
| 46 |
repository's license — no upstream restriction carries over.
|
| 47 |
|
| 48 |
+
## How to cite
|
| 49 |
+
|
| 50 |
+
Cite the code repository (this repo's own DOI,
|
| 51 |
+
[10.57967/hf/9742](https://doi.org/10.57967/hf/9742), identifies
|
| 52 |
+
these specific checkpoints if you need to reference them directly):
|
| 53 |
+
|
| 54 |
+
```bibtex
|
| 55 |
+
@software{munozpla2026samefunctiondifferentpruning,
|
| 56 |
+
author = {Muñoz Plá, Manuel},
|
| 57 |
+
title = {Same function, different pruning: the dominant direction
|
| 58 |
+
of W_O under free, soft, and hard intervention},
|
| 59 |
+
year = {2026},
|
| 60 |
+
version = {2.0.0},
|
| 61 |
+
doi = {10.5281/zenodo.21630535},
|
| 62 |
+
url = {https://github.com/mmunozpl/angular-separation-vit}
|
| 63 |
+
}
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
## License
|
| 67 |
|
| 68 |
Apache-2.0.
|