pawlowskipawel
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ outputs = model.generate(**inputs)
|
|
62 |
generated_texts = processor.batch_decode(outputs, skip_special_tokens=False)
|
63 |
```
|
64 |
|
65 |
-
For postprocessing fuction go to our github repository: https://github.
|
66 |
```python
|
67 |
from tinyclick_utils import prepare_inputs, postprocess
|
68 |
|
|
|
62 |
generated_texts = processor.batch_decode(outputs, skip_special_tokens=False)
|
63 |
```
|
64 |
|
65 |
+
For postprocessing fuction go to our github repository: https://github.com/SamsungLabs/TinyClick
|
66 |
```python
|
67 |
from tinyclick_utils import prepare_inputs, postprocess
|
68 |
|