Harsh Trivedi commited on
Commit
a957985
·
1 Parent(s): da2936e
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +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
- 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
+ # 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