You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reasoning='France is a country in Western Europe. Its capital city is Paris.',
197
+
answer='Paris'
198
+
)
183
199
```
184
200
185
201
The above example is the simplest form of LM. You can add more options to tweak generation config and even control the generated output based on your requirement.
@@ -323,4 +339,4 @@ The above example is a simple Adapter that converts the input to uppercase befor
323
339
324
340
### Overriding `__call__` method
325
341
326
-
To gain control over usage of format and parse and even more fine-grained control over the flow of input from signature to outputs you can override `__call__` method and implement your custom flow. Although for most cases only implementing `parse` and `format` function will be fine.
342
+
To gain control over usage of format and parse and even more fine-grained control over the flow of input from signature to outputs you can override `__call__` method and implement your custom flow. Although for most cases only implementing `parse` and `format` function will be fine.
0 commit comments