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