-
Notifications
You must be signed in to change notification settings - Fork 39
Dev roberta and update CPT NEW #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trainning的时候这行报错,需要检查一下
Line 266 in 96bbdda
| context_layer = context_layer.view(*new_context_layer_shape) |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
inference部分报错: |
NLP/roberta/requirements.txt
Outdated
| filelock==3.7.1 | ||
| huggingface_hub==0.8.1 | ||
| numpy==1.21.2 | ||
| oneflow==0.8.0+cu112 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个版本的装不上,可以改一下
|
roberta下的tokenizer的文件直接是全部从huggingface复制的。。。 |
No description provided.