From 0cd501c9157ac9990e2d3e8d4ed6a011682deddd Mon Sep 17 00:00:00 2001 From: Aleksandra Jonas Date: Tue, 14 Feb 2023 23:45:29 +0100 Subject: [PATCH] move scripts --- README.md | 0 scripts/gpt2.py => gpt2.py | 0 scripts/roberta.py => roberta.py | 0 scripts/run_glue.py => run_glue.py | 0 scripts/run_translation.py => run_translation.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.md rename scripts/gpt2.py => gpt2.py (100%) rename scripts/roberta.py => roberta.py (100%) rename scripts/run_glue.py => run_glue.py (100%) rename scripts/run_translation.py => run_translation.py (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/scripts/gpt2.py b/gpt2.py similarity index 100% rename from scripts/gpt2.py rename to gpt2.py diff --git a/scripts/roberta.py b/roberta.py similarity index 100% rename from scripts/roberta.py rename to roberta.py diff --git a/scripts/run_glue.py b/run_glue.py similarity index 100% rename from scripts/run_glue.py rename to run_glue.py diff --git a/scripts/run_translation.py b/run_translation.py similarity index 100% rename from scripts/run_translation.py rename to run_translation.py