Update README.md
Browse files
README.md
CHANGED
@@ -60,4 +60,10 @@ outputs = model.generate(**input_ids)
|
|
60 |
print(tokenizer.decode(outputs[0]))
|
61 |
```
|
62 |
----
|
63 |
-
# Training and finetuning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
print(tokenizer.decode(outputs[0]))
|
61 |
```
|
62 |
----
|
63 |
+
# Training and finetuning
|
64 |
+
|
65 |
+
<p align="center">
|
66 |
+
<picture>
|
67 |
+
<img alt="Hugging Face Transformers Library" src="https://i.postimg.cc/yY4dkwvT/Stakehozlder-Map-page-0001-modified.png" width="400" height="500" style="max-width: 100%;">
|
68 |
+
</picture>
|
69 |
+
</p>
|