Update README.md
Browse files
README.md
CHANGED
@@ -206,14 +206,4 @@ for i, (c, t) in enumerate(zip(chunks, token_pos)):
|
|
206 |
url={https://github.com/jackfsuia/bert-chunker}
|
207 |
}
|
208 |
```
|
209 |
-
|
210 |
-
```bibtex
|
211 |
-
@misc{wang2020minilm,
|
212 |
-
title={MiniLM: Deep Self-Attention Distillation for Task-Agnostic Compression of Pre-Trained Transformers},
|
213 |
-
author={Wenhui Wang and Furu Wei and Li Dong and Hangbo Bao and Nan Yang and Ming Zhou},
|
214 |
-
year={2020},
|
215 |
-
eprint={2002.10957},
|
216 |
-
archivePrefix={arXiv},
|
217 |
-
primaryClass={cs.CL}
|
218 |
-
}
|
219 |
-
```
|
|
|
206 |
url={https://github.com/jackfsuia/bert-chunker}
|
207 |
}
|
208 |
```
|
209 |
+
Base model is from [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|