Feature Extraction
Transformers
Safetensors
ModularStarEncoder
custom_code
andreagurioli1995 commited on
Commit
a1dde4a
·
verified ·
1 Parent(s): 036951c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -96,4 +96,18 @@ Here we briefly show our codeSearchNet (codeXGLUE) results between different lay
96
  - (* size and corresponding projection head present in this model)
97
 
98
  ## Licence
99
- The model is licensed under the BigCode OpenRAIL-M v1 license agreement. You can find the full agreement [here](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  - (* size and corresponding projection head present in this model)
97
 
98
  ## Licence
99
+ The model is licensed under the BigCode OpenRAIL-M v1 license agreement. You can find the full agreement [here](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement).
100
+
101
+
102
+ # Citation
103
+ ```
104
+ @article{gurioli2025modeltrainallhierarchical,
105
+ title={One Model to Train them All: Hierarchical Self-Distillation for Enhanced Early Layer Embeddings},
106
+ author={Andrea Gurioli and Federico Pennino and João Monteiro and Maurizio Gabbrielli},
107
+ year={2025},
108
+ eprint={2503.03008},
109
+ archivePrefix={arXiv},
110
+ primaryClass={cs.CL},
111
+ url={https://arxiv.org/abs/2503.03008},
112
+ }
113
+ ```