Update README.md
Browse files
README.md
CHANGED
|
@@ -41,3 +41,24 @@ embedding = embedder.get_embeddings("This is a sample text.")
|
|
| 41 |
texts = ["This is a sample text.", "Another example."]
|
| 42 |
embeddings = embedder.get_embeddings(texts)
|
| 43 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
texts = ["This is a sample text.", "Another example."]
|
| 42 |
embeddings = embedder.get_embeddings(texts)
|
| 43 |
```
|
| 44 |
+
|
| 45 |
+
## Citation
|
| 46 |
+
|
| 47 |
+
If you find our work helpful, feel free to give us a cite.
|
| 48 |
+
|
| 49 |
+
```bibtex
|
| 50 |
+
@misc{herberta-embedding,
|
| 51 |
+
title = {Herberta: A Pretrain_Model for TCM_herb and downstream Tasks as Text Embedding Generation},
|
| 52 |
+
url = {https://github.com/15392778677/herberta},
|
| 53 |
+
author = {Yehan Yang,Xinhan Zheng},
|
| 54 |
+
month = {December},
|
| 55 |
+
year = {2024}
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
@article{herberta-technical-report,
|
| 59 |
+
title={Herberta: A Pretrain_Model for TCM_herb and downstream Tasks as Text Embedding Generation},
|
| 60 |
+
author={Yehan Yang,Xinhan Zheng},
|
| 61 |
+
institution={Beijing Angopro Technology Co., Ltd.},
|
| 62 |
+
year={2024},
|
| 63 |
+
note={Presented at the 2024 Machine Learning Applications Conference (MLAC)}
|
| 64 |
+
}
|