You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `transformers` version: 2.8.0
- Platform: Linux-5.3.0-46-generic-x86_64-with-Ubuntu-19.10-eoan
- Python version: 3.7.5
- PyTorch version (GPU?): 1.1.0 (False)
- Tensorflow version (GPU?): not installed (NA)
- Using GPU in script?: No
- Using distributed or parallel set-up in script?: No
🐛 Bug
Information
Loading the summarization pipeline will result in below assertion:
The problem arises when using:
The tasks I am working on is:
To reproduce
Steps to reproduce the behavior:
!pip install -q transformers --upgrade from transformers import pipeline summarizer = pipeline(task="summarization")
Expected behavior
Environment info
transformers
version:The text was updated successfully, but these errors were encountered: