Feature Extraction
Transformers
Safetensors
ModularStarEncoder
custom_code
andreagurioli1995 commited on
Commit
5f3d565
·
verified ·
1 Parent(s): 318101f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -98,4 +98,18 @@ Here we briefly show our codeSearchNet (codeXGLUE) results between different lay
98
  - (* size and corresponding projection head present in this model)
99
 
100
  ## Licence
101
- 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).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  - (* size and corresponding projection head present in this model)
99
 
100
  ## Licence
101
+ 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).
102
+
103
+
104
+ # Citation
105
+ ```
106
+ @article{gurioli2025modeltrainallhierarchical,
107
+ title={One Model to Train them All: Hierarchical Self-Distillation for Enhanced Early Layer Embeddings},
108
+ author={Andrea Gurioli and Federico Pennino and João Monteiro and Maurizio Gabbrielli},
109
+ year={2025},
110
+ eprint={2503.03008},
111
+ archivePrefix={arXiv},
112
+ primaryClass={cs.CL},
113
+ url={https://arxiv.org/abs/2503.03008},
114
+ }
115
+ ```