"megatron/training/tokenizer/tokenizer.py" did not exist on "0024a5c66f90c7d3d02f7ef08a773aace6deb155"
contributing.md 1.78 KB
Newer Older
Hongkun Yu's avatar
Hongkun Yu committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2021 The TensorFlow 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.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Zhenyu Tan's avatar
Zhenyu Tan committed
15
16
17
18
19
## Contributing to KerasNLP

Patches to KerasNLP are welcome!

The source-of-truth repository lives under
20
[TF Model Garden NLP](https://github.com/tensorflow/models/tree/master/official/nlp/keras_nlp),
Zhenyu Tan's avatar
Zhenyu Tan committed
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
and is mirrored as a read-only repository under
[keras-team/keras-nlp](https://github.com/keras-team/keras-nlp).
Contributions should be made as PRs to the TF Model Garden repository.
This is to ensure the codebase is rigorously tested with state-of-art models
on different accelerators.
In the long run, we will move development to the current repository `keras-team/keras-nlp`.

## :heavy_check_mark: Contributor checklist

1. Ensure you have signed the [Contributor License Agreement](https://cla.developers.google.com/about/google-individual?csw=1).
    * All code contributors are required to sign a Contributor License Agreement.
    * Please read this [troubleshooting guide](Contributor-License-Agreements#troubleshooting-clas)
    if you encounter an issue.
2. Please review the [contribution guidelines](https://github.com/tensorflow/models/wiki/How-to-contribute).
3. Check if your changes are consistent with the [TensorFlow coding style](https://www.tensorflow.org/community/contribute/code_style).