Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,9 @@ tags: []
|
|
7 |
|
8 |
This checkpoint is more heavily fine-tuned with the biological materials and spider silk data set than ```lamm-mit/Cephalo-Gemma-3-4b-it-04-15-2025```.
|
9 |
|
|
|
|
|
|
|
10 |
```python
|
11 |
import torch
|
12 |
from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
@@ -57,4 +60,19 @@ The image shows a spider's web, which is a structure of silk, in a red-lit, glas
|
|
57 |
The spider's web is a natural and intricate design, and the cube is a man-made, 3D-printed structure. The image is a combination of the natural and the artificial, and the red lighting and the glass enclosure are used to show the web and the cube in a new and interesting way.
|
58 |
|
59 |
The image is a reminder of the beauty and complexity of the natural world and the possibilities of the artificial world. The spider's web is a natural and intricate design, and the cube is a man-made, 3D-printed structure. The image is a combination of the natural and the artificial, and the red lighting and the glass enclosure are used to show the web and the cube in a new and interesting way.
|
60 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
This checkpoint is more heavily fine-tuned with the biological materials and spider silk data set than ```lamm-mit/Cephalo-Gemma-3-4b-it-04-15-2025```.
|
9 |
|
10 |
+
### Load model and do inference
|
11 |
+
|
12 |
+
|
13 |
```python
|
14 |
import torch
|
15 |
from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
|
|
60 |
The spider's web is a natural and intricate design, and the cube is a man-made, 3D-printed structure. The image is a combination of the natural and the artificial, and the red lighting and the glass enclosure are used to show the web and the cube in a new and interesting way.
|
61 |
|
62 |
The image is a reminder of the beauty and complexity of the natural world and the possibilities of the artificial world. The spider's web is a natural and intricate design, and the cube is a man-made, 3D-printed structure. The image is a combination of the natural and the artificial, and the red lighting and the glass enclosure are used to show the web and the cube in a new and interesting way.
|
63 |
+
```
|
64 |
+
|
65 |
+
### Reference
|
66 |
+
|
67 |
+
```bibtex
|
68 |
+
@article{Buehler_Cephalo_2024_journal,
|
69 |
+
title={Cephalo: Multi-Modal Vision-Language Models for Bio-Inspired Materials Analysis and Design},
|
70 |
+
author={Markus J. Buehler},
|
71 |
+
journal={Advanced Functional Materials},
|
72 |
+
year={2024},
|
73 |
+
volume={34},
|
74 |
+
issue={49},
|
75 |
+
doi={2409531},
|
76 |
+
url={https://advanced.onlinelibrary.wiley.com/doi/full/10.1002/adfm.202409531}
|
77 |
+
}
|
78 |
+
```
|