Update README.md
Browse files
README.md
CHANGED
@@ -88,4 +88,25 @@ output_ids = model.generate(
|
|
88 |
use_cache=True)[0]
|
89 |
|
90 |
print(tokenizer.decode(output_ids[input_ids.shape[1]:], skip_special_tokens=True).strip())
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
```
|
|
|
88 |
use_cache=True)[0]
|
89 |
|
90 |
print(tokenizer.decode(output_ids[input_ids.shape[1]:], skip_special_tokens=True).strip())
|
91 |
+
```
|
92 |
+
|
93 |
+
## Examples
|
94 |
+
|
95 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630430583926de1f7ec62c6b/TFl5SJ4o3v-hKIqA82_qA.png)
|
96 |
+
```
|
97 |
+
<|im_start|>user
|
98 |
+
: do OCR on all the text
|
99 |
+
<|im_start|>assistant
|
100 |
+
: The text in the image reads as follows:
|
101 |
+
|
102 |
+
- STOP USING DOCKER
|
103 |
+
- Applications were not meant to be trapped in virtual jars like digital fireflies
|
104 |
+
- Years of software development, yet no one questioned why we were putting programs in imaginary boats
|
105 |
+
- Let's containerize our monolith. I'll just quickly spin up 17 microservices. Statements dreamt up by the utterly deranged
|
106 |
+
- Observe the whale-sized deception they fooled us with all this time
|
107 |
+
- These are real images used to explain Docker
|
108 |
+
- "Yay Matey, I'd like to run my website in a virtual sea"
|
109 |
+
- They have played us for absolute fools
|
110 |
+
|
111 |
+
This text is a satirical commentary on the use of Docker in software development, using humor and exaggeration to question the practice.
|
112 |
```
|