Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
463d1257
"docs/backend/sampling_params.md" did not exist on "bb121214c2daaff0f82483ee83ebc8ad636ef7ff"
Commit
463d1257
authored
Apr 16, 2020
by
Mohammad
Browse files
changed licence 2019 to 2020
parent
39af7956
Changes
76
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
tasks/glue/mnli.py
tasks/glue/mnli.py
+1
-1
tasks/glue/qqp.py
tasks/glue/qqp.py
+1
-1
tasks/main.py
tasks/main.py
+1
-1
tasks/race/finetune.py
tasks/race/finetune.py
+1
-1
tasks/zeroshot_gpt2/datasets.py
tasks/zeroshot_gpt2/datasets.py
+1
-1
tasks/zeroshot_gpt2/detokenizer.py
tasks/zeroshot_gpt2/detokenizer.py
+1
-1
tasks/zeroshot_gpt2/evaluate.py
tasks/zeroshot_gpt2/evaluate.py
+1
-1
tools/generate_samples_gpt2.py
tools/generate_samples_gpt2.py
+1
-1
tools/merge_mp_partitions.py
tools/merge_mp_partitions.py
+1
-1
tools/openwebtext/blacklist_urls.py
tools/openwebtext/blacklist_urls.py
+1
-1
tools/openwebtext/cleanup_dataset.py
tools/openwebtext/cleanup_dataset.py
+1
-1
tools/openwebtext/find_duplicates.py
tools/openwebtext/find_duplicates.py
+1
-1
tools/openwebtext/group_duplicates_url.py
tools/openwebtext/group_duplicates_url.py
+1
-1
tools/openwebtext/merge_jsons.py
tools/openwebtext/merge_jsons.py
+1
-1
tools/openwebtext/remove_group_duplicates.py
tools/openwebtext/remove_group_duplicates.py
+1
-1
tools/preprocess_data.py
tools/preprocess_data.py
+1
-1
No files found.
tasks/glue/mnli.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tasks/glue/qqp.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tasks/main.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tasks/race/finetune.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tasks/zeroshot_gpt2/datasets.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tasks/zeroshot_gpt2/detokenizer.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tasks/zeroshot_gpt2/evaluate.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/generate_samples_gpt2.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/merge_mp_partitions.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/openwebtext/blacklist_urls.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/openwebtext/cleanup_dataset.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/openwebtext/find_duplicates.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/openwebtext/group_duplicates_url.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/openwebtext/merge_jsons.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/openwebtext/remove_group_duplicates.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
tools/preprocess_data.py
View file @
463d1257
# coding=utf-8
# Copyright (c) 20
19
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 20
20
, NVIDIA CORPORATION. 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.
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment