dkleczek commited on
Commit
a2dc7c2
·
1 Parent(s): 7d5590c
Files changed (1) hide show
  1. README.md +1 -1
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 Learning
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