Update README.md
Browse filesadd reastap output for readme example
README.md
CHANGED
@@ -35,6 +35,7 @@ encoding = tokenizer(table=table, query=title, return_tensors="pt")
|
|
35 |
outputs = model.generate(**encoding)
|
36 |
|
37 |
print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
|
|
|
38 |
```
|
39 |
|
40 |
## Reference
|
|
|
35 |
outputs = model.generate(**encoding)
|
36 |
|
37 |
print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
|
38 |
+
# the olympic game were held in athens 2 time, in 1896 and 2004'
|
39 |
```
|
40 |
|
41 |
## Reference
|