[examples] make run scripts executable (#10037)
* make executable * make executable * same for the template * cleanup
This commit is contained in:
1
examples/text-classification/run_glue.py
Normal file → Executable file
1
examples/text-classification/run_glue.py
Normal file → Executable 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
1
examples/text-classification/run_tf_glue.py
Normal file → Executable 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_tf_text_classification.py
Normal file → Executable file
1
examples/text-classification/run_tf_text_classification.py
Normal file → Executable 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
1
examples/text-classification/run_xnli.py
Normal file → Executable 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.
|
||||
|
||||
Reference in New Issue
Block a user