Feature Extraction
Transformers
Safetensors
English
bert
fill-mask
text-embeddings-inference
walterhernandez commited on
Commit
b1939c2
·
verified ·
1 Parent(s): 5faf9e0

Added citation to preprint

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -187,10 +187,14 @@ predictions = outputs.logits.argmax(dim=-1)
187
  If you use LedgerBERT in your research, please cite:
188
 
189
  ```bibtex
190
- @article{hernandez2025dlt-corpus,
191
- title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
192
- author={Hernandez Cruz, Walter and Devine, Peter and Vadgama, Nikhil and Tasca, Paolo and Xu, Jiahua},
193
- year={2025}
 
 
 
 
194
  }
195
  ```
196
 
 
187
  If you use LedgerBERT in your research, please cite:
188
 
189
  ```bibtex
190
+ @misc{hernandez2026dlt-corpus,
191
+ title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
192
+ author={Walter Hernandez Cruz and Peter Devine and Nikhil Vadgama and Paolo Tasca and Jiahua Xu},
193
+ year={2026},
194
+ eprint={2602.22045},
195
+ archivePrefix={arXiv},
196
+ primaryClass={cs.CL},
197
+ url={https://arxiv.org/abs/2602.22045},
198
  }
199
  ```
200