Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
{}
|
| 3 |
-
---
|
| 4 |
|
| 5 |
# Zephyr_CoT
|
| 6 |
|
|
@@ -9,6 +6,9 @@ Chain-of-Thought reasoning
|
|
| 9 |
|
| 10 |
## Reference
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
@misc{buehler2024xlora,
|
| 13 |
title={X-LoRA: Mixture of Low-Rank Adapter Experts, a Flexible Framework for Large Language Models with Applications in Protein Mechanics and Molecular Design},
|
| 14 |
author={Eric L. Buehler and Markus J. Buehler},
|
|
@@ -18,4 +18,4 @@ archivePrefix={arXiv},
|
|
| 18 |
primaryClass={cond-mat.soft},
|
| 19 |
url={https://arxiv.org/abs/2402.07148},
|
| 20 |
}
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# Zephyr_CoT
|
| 3 |
|
|
|
|
| 6 |
|
| 7 |
## Reference
|
| 8 |
|
| 9 |
+
For details on model training and integration into X-LoRA, see the reference below.
|
| 10 |
+
|
| 11 |
+
```bibtex
|
| 12 |
@misc{buehler2024xlora,
|
| 13 |
title={X-LoRA: Mixture of Low-Rank Adapter Experts, a Flexible Framework for Large Language Models with Applications in Protein Mechanics and Molecular Design},
|
| 14 |
author={Eric L. Buehler and Markus J. Buehler},
|
|
|
|
| 18 |
primaryClass={cond-mat.soft},
|
| 19 |
url={https://arxiv.org/abs/2402.07148},
|
| 20 |
}
|
| 21 |
+
```
|