Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ tags: []
|
|
7 |
### Load model
|
8 |
|
9 |
```python
|
10 |
-
|
11 |
import torch
|
12 |
from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
13 |
from transformers.image_utils import load_image
|
@@ -104,7 +103,7 @@ print(decoded)
|
|
104 |
Output:
|
105 |
```raw
|
106 |
Here's a detailed description of the material, type, design features, and use cases, presented in JSON format:
|
107 |
-
|
108 |
```json
|
109 |
{
|
110 |
"material": "Spider silk",
|
@@ -130,7 +129,7 @@ Here's a detailed description of the material, type, design features, and use ca
|
|
130 |
"source": "Spider silk is produced by spiders and is composed of proteins such as spidroin, which are arranged in a hierarchical structure to form the silk fibers."
|
131 |
}
|
132 |
```
|
133 |
-
|
134 |
**Explanation of the JSON fields:**
|
135 |
|
136 |
- **material**: The primary material used, which is spider silk.
|
|
|
7 |
### Load model
|
8 |
|
9 |
```python
|
|
|
10 |
import torch
|
11 |
from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
12 |
from transformers.image_utils import load_image
|
|
|
103 |
Output:
|
104 |
```raw
|
105 |
Here's a detailed description of the material, type, design features, and use cases, presented in JSON format:
|
106 |
+
```
|
107 |
```json
|
108 |
{
|
109 |
"material": "Spider silk",
|
|
|
129 |
"source": "Spider silk is produced by spiders and is composed of proteins such as spidroin, which are arranged in a hierarchical structure to form the silk fibers."
|
130 |
}
|
131 |
```
|
132 |
+
```
|
133 |
**Explanation of the JSON fields:**
|
134 |
|
135 |
- **material**: The primary material used, which is spider silk.
|