typo
Browse files
README.md
CHANGED
@@ -184,7 +184,7 @@ for x in res:
|
|
184 |
```
|
185 |
It looks like our model is able to pick up some signal from the prompt. Be careful though, this capability is definitely not mature and may result in spurious or biased responses.
|
186 |
|
187 |
-
### Zero-Shot
|
188 |
|
189 |
Large language models are known to store a lot of knowledge in its parameters. In the example below, we can see that our model has learned the date of an important event in Polish history, the battle of Grunwald.
|
190 |
|
|
|
184 |
```
|
185 |
It looks like our model is able to pick up some signal from the prompt. Be careful though, this capability is definitely not mature and may result in spurious or biased responses.
|
186 |
|
187 |
+
### Zero-Shot Inference
|
188 |
|
189 |
Large language models are known to store a lot of knowledge in its parameters. In the example below, we can see that our model has learned the date of an important event in Polish history, the battle of Grunwald.
|
190 |
|