diff --git a/PaddleNLP/examples/word_embedding/README.md b/PaddleNLP/examples/word_embedding/README.md index 49318f43cc0f6a72b94d3efc2ff794757032e183..d046885332b559f8c7f12cea99b46acd7fb7fa74 100644 --- a/PaddleNLP/examples/word_embedding/README.md +++ b/PaddleNLP/examples/word_embedding/README.md @@ -93,3 +93,6 @@ Eval Acc: | ------------------------------------| ------------- | | paddle.nn.Embedding | 0.8965 | | paddelnlp.embeddings.TokenEmbedding | 0.9082 | + +## 致谢 +- 感谢 [Chinese-Word-Vectors](https://github.com/Embedding/Chinese-Word-Vectors)提供Word2Vec中文Embedding来源。 diff --git a/PaddleNLP/paddlenlp/embeddings/constant.py b/PaddleNLP/paddlenlp/embeddings/constant.py index 2d5f310a9f9a13d80f512969ac44bdedbd0c570f..2498b6295995f8f1fac728dc2a6320b3b634da64 100644 --- a/PaddleNLP/paddlenlp/embeddings/constant.py +++ b/PaddleNLP/paddlenlp/embeddings/constant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2020 PaddlePaddle Authors and Chinese-Word-Vectors Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.