yilunzhao commited on
Commit
05fd390
1 Parent(s): 13c4a81

Update README.md

Browse files

add reastap output for readme example

Files changed (1) hide show
  1. README.md +1 -0
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