Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SMOLLM_VISON_Image_Captioner
|
| 2 |
|
| 3 |
## Overview
|
|
@@ -94,5 +101,4 @@ with torch.no_grad():
|
|
| 94 |
# Decode and display result
|
| 95 |
print(tokenizer.decode(output[0]))
|
| 96 |
plt.imshow(image)
|
| 97 |
-
```
|
| 98 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- HuggingFaceTB/SmolLM2-360M
|
| 7 |
+
---
|
| 8 |
# SMOLLM_VISON_Image_Captioner
|
| 9 |
|
| 10 |
## Overview
|
|
|
|
| 101 |
# Decode and display result
|
| 102 |
print(tokenizer.decode(output[0]))
|
| 103 |
plt.imshow(image)
|
| 104 |
+
```
|
|
|