diff --git a/.gitignore b/.gitignore index 4905ebf..8fa85c2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,9 @@ data/ *.bak *outputs/ plots/ +*.out +*.pt +*.pth +*.bin +*.safetensors +*tfevents* \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..51a7586 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +[Project doc](https://docs.google.com/document/d/1RCQDzlVU7YGoTwR84gLQfhxTv0RFnW6srQlqfCC2bvQ/edit?usp=sharing) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4af129a..56ddb17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ profile = "black" [tool.black] -line-length = 99 +line-length = 89 [tool.pyright] exclude = ["train_outputs", "data", "generated_tasks", "outputs", "plots", "tmp", "wandb"]