-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add UIE english model #2855
Add UIE english model #2855
Conversation
docs/model_zoo/taskflow.md
Outdated
@@ -775,8 +772,9 @@ from paddlenlp import Taskflow | |||
| `uie-mini`| 6-layers, 384-hidden, 12-heads | | |||
| `uie-micro`| 4-layers, 384-hidden, 12-heads | | |||
| `uie-nano`| 4-layers, 312-hidden, 12-heads | | |||
| `uie-base-en` | 12-layers, 768-hidden, 12-heads | |
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.
放在uie-base后面,同时加一列,备注一下是英文UIE模型
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.
done, thx~
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.
LGTM
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.
LGTM
PR types
New features
PR changes
Models
Description
Add UIE english model