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
Exception has occurred: ImportError cannot import name 'UbertPiplines' from 'fengshen' (/home/yinzecheng/ChP2020/Fengshenbang-LM/fengshen/__init__.py) File "/home/yin/chp/process/nlp.py", line 2, in <module> from fengshen import UbertPiplines ImportError: cannot import name 'UbertPiplines' from 'fengshen' (/home/yin/chp/Fengshenbang-LM/fengshen/__init__.py)7
Is there any glitch in the installation?
I'm using Ubuntu.
After
git clone https://github.com/IDEA-CCNL/Fengshenbang-LM.git cd Fengshenbang-LM pip install --editable ./
I copied the example code into a python file named
nlp.py
and tried to have a testbut got
My directory:
After I tried to import the model as
the same error still exists.
The text was updated successfully, but these errors were encountered: