[examples] make run scripts executable (#10037)

* make executable

* make executable

* same for the template

* cleanup
This commit is contained in:
Stas Bekman
2021-02-05 15:51:18 -08:00
committed by GitHub
parent 1cd16512dc
commit 8ea412a86f
26 changed files with 26 additions and 1 deletions

1
examples/text-classification/run_glue.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
# Copyright 2020 The HuggingFace Inc. team. All rights reserved.
#

1
examples/text-classification/run_tf_glue.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
# Copyright 2020 The HuggingFace Team. All rights reserved.
#

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
# Copyright 2020 The HuggingFace Team. All rights reserved.
#

1
examples/text-classification/run_xnli.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
# Copyright 2018 The Google AI Language Team Authors and The HuggingFace Inc. team.
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.