File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ PaddleNLP目前支持的预训练模型结构类型汇总可见
45
45
46
46
4.2 创建个人目录
47
47
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
- 如果你是首次进行权重贡献,那么你需要在 ``PaddleNLP/paddlenlp/transformers/ community/ `` 下新建一个目录。
49
- 目录名称使用你的github名称,比如新建目录 ``PaddleNLP/paddlenlp/transformers/ community/yingyibiao/ `` 。
48
+ 如果你是首次进行权重贡献,那么你需要在 ``PaddleNLP/community/ `` 下新建一个目录。
49
+ 目录名称使用你的github名称,比如新建目录 ``PaddleNLP/community/yingyibiao/ `` 。
50
50
如果已有个人目录,则可以跳过此步骤。
51
51
52
52
4.3 创建权重目录
53
53
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
54
在步骤4.2的个人目录下新建一个权重目录,权重目录名为本次贡献的模型权重名称。
55
55
比如我想贡献 ``bert-base-uncased-sst-2-finetuned `` 这个模型,
56
- 则新建权重目录 ``PaddleNLP/paddlenlp/transformers/ community/yingyibiao/bert-base-uncased-sst-2-finetuned/ `` 。
56
+ 则新建权重目录 ``PaddleNLP/community/yingyibiao/bert-base-uncased-sst-2-finetuned/ `` 。
57
57
58
58
4.4 在权重目录下添加PR(pull request)相关文件
59
59
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments