MoritzLaurer HF staff commited on
Commit
8414521
1 Parent(s): 5c9fd60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -146,6 +146,7 @@ If you have questions or ideas for cooperation, contact me at m{dot}laurer{at}vu
146
 
147
  ### Debugging and issues
148
  Note that DeBERTa-v3 was released on 06.12.21 and older versions of HF Transformers can have issues running the model (e.g. resulting in an issue with the tokenizer). Using Transformers>=4.13 might solve some issues.
 
149
 
150
  ### Hypotheses used for classification
151
  The hypotheses in the tables below were used to fine-tune the model.
 
146
 
147
  ### Debugging and issues
148
  Note that DeBERTa-v3 was released on 06.12.21 and older versions of HF Transformers can have issues running the model (e.g. resulting in an issue with the tokenizer). Using Transformers>=4.13 might solve some issues.
149
+ Also make sure to install sentencepiece to avoid tokenizer errors. Run: `pip install transformers[sentencepiece]` or `pip install sentencepiece`
150
 
151
  ### Hypotheses used for classification
152
  The hypotheses in the tables below were used to fine-tune the model.