tim1900 commited on
Commit
7212aa2
·
verified ·
1 Parent(s): 3a5027d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
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
- base model is from
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).