Hello – I’m just now starting the Transformer lab. I just scanned a lot of the comments, and I can see this going to be a real challenge. My mode of working during this course has been to download all the lab files and work them in on my Jupyter notebook. That works good for me since I often have to leave the computer which on the Coursera website would result in lots of session time outs. I’ve routinely encountered solvable issues where a particular library needed to be imported that was not already in my environment. This time, however, I am not able to import transformers when running the following statements near the beginning of the lab. I will work in the Coursera environment for now, but I’d really like to end up with my own working version of this lab. Any help with this manner would be appreciated.
from transformers import DistilBertTokenizerFast #, TFDistilBertModel
from transformers import TFDistilBertForTokenClassification