chtan commited on
Commit
ddaaa27
·
1 Parent(s): 8fb47fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ The original code can be found here.
28
 
29
  ## How to Use
30
 
31
- Note: This model requires that trust_remote_code=True be passed to the from_pretrained method. This is because we use a custom model architecture that is not yet part of the transformers package.
32
 
33
  ```python
34
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
 
28
 
29
  ## How to Use
30
 
31
+ Note: This model requires that `trust_remote_code=True` be passed to the from_pretrained method. This is because we use a custom model architecture that is not yet part of the transformers package.
32
 
33
  ```python
34
  from transformers import AutoTokenizer, AutoModelForSequenceClassification