Harsh Trivedi
commited on
Commit
·
5d3fb41
1
Parent(s):
a957985
update.
Browse files
README.md
CHANGED
@@ -27,7 +27,6 @@ The **A** models are only released for completeness / reproducibility. In your e
|
|
27 |
Please checkout the details in our [github repository](https://github.com/stonybrooknlp/teabreac), but in a nutshell:
|
28 |
|
29 |
```python
|
30 |
-
# NOTE: This model is only pretrained on TeaBReaC, and not on any real QA dataset.
|
31 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
32 |
from digit_tokenization import enable_digit_tokenization # digit_tokenization.py from https://github.com/stonybrooknlp/teabreac
|
33 |
|
|
|
27 |
Please checkout the details in our [github repository](https://github.com/stonybrooknlp/teabreac), but in a nutshell:
|
28 |
|
29 |
```python
|
|
|
30 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
31 |
from digit_tokenization import enable_digit_tokenization # digit_tokenization.py from https://github.com/stonybrooknlp/teabreac
|
32 |
|