Update README.md
Browse files
README.md
CHANGED
@@ -372,4 +372,17 @@ moe_model = AutoModelForCausalLM.from_pretrained(
|
|
372 |
).to(device)
|
373 |
|
374 |
count_parameters(moe_model)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
```
|
|
|
372 |
).to(device)
|
373 |
|
374 |
count_parameters(moe_model)
|
375 |
+
```
|
376 |
+
|
377 |
+
## Citation
|
378 |
+
|
379 |
+
Please cite as:
|
380 |
+
|
381 |
+
```bibtex
|
382 |
+
@article{Buehler_Cephalo_2024,
|
383 |
+
title={Cephalo: Multi-Modal Vision-Language Models for Bio-Inspired Materials Analysis and Design},
|
384 |
+
author={Markus J. Buehler},
|
385 |
+
journal={arXiv preprint arXiv:2405.19076},
|
386 |
+
year={2024}
|
387 |
+
}
|
388 |
```
|