Harsh Trivedi
commited on
Commit
·
f177895
1
Parent(s):
bd0a94d
update.
Browse files
README.md
CHANGED
@@ -27,6 +27,7 @@ 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 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
31 |
from digit_tokenization import enable_digit_tokenization # digit_tokenization.py from https://github.com/stonybrooknlp/teabreac
|
32 |
|
|
|
27 |
Please checkout the details in our [github repository](https://github.com/stonybrooknlp/teabreac), but in a nutshell:
|
28 |
|
29 |
```python
|
30 |
+
UPDATE_DISCLAIMER
|
31 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
32 |
from digit_tokenization import enable_digit_tokenization # digit_tokenization.py from https://github.com/stonybrooknlp/teabreac
|
33 |
|