Update README.md
This commit is contained in:
parent
015428a242
commit
08b6fcc3c7
|
@ -27,8 +27,8 @@ Here is how to use this model in transformers:
|
|||
from transformers import TapexTokenizer, BartForConditionalGeneration
|
||||
import pandas as pd
|
||||
|
||||
tokenizer = TapexTokenizer.from_pretrained("microsoft/tapex-base")
|
||||
model = BartForConditionalGeneration.from_pretrained("microsoft/tapex-base")
|
||||
tokenizer = TapexTokenizer.from_pretrained("microsoft/tapex-large")
|
||||
model = BartForConditionalGeneration.from_pretrained("microsoft/tapex-large")
|
||||
|
||||
data = {
|
||||
"year": [1896, 1900, 1904, 2004, 2008, 2012],
|
||||
|
|
Loading…
Reference in New Issue