Harsh Trivedi commited on
Commit
4ebe5ea
1 Parent(s): 16af5fb
Files changed (1) hide show
  1. README.md +1 -0
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