jonathanjordan21
commited on
Commit
•
a9534ee
1
Parent(s):
f0b3100
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ TAPEX-large model fine-tuned on WikiSQL. This model was proposed in [TAPEX: Tabl
|
|
13 |
|
14 |
To load it and run inference, you can do the following:
|
15 |
|
16 |
-
```
|
17 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
18 |
import pandas as pd
|
19 |
|
|
|
13 |
|
14 |
To load it and run inference, you can do the following:
|
15 |
|
16 |
+
```python
|
17 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
18 |
import pandas as pd
|
19 |
|