Tidy up README
Browse files
README.md
CHANGED
@@ -53,10 +53,10 @@ The resulting repository should have the following structure:
|
|
53 |
```
|
54 |
my-raft-submission
|
55 |
├── LICENSE
|
56 |
-
├── README.md <- The
|
57 |
-
├── cli.py <- The CLI for
|
58 |
-
├── data <- The predictions for each task
|
59 |
-
├── my-raft-submission.py <- Script to load predictions
|
60 |
└── requirements.txt <- The requirements file for the submissions
|
61 |
```
|
62 |
|
|
|
53 |
```
|
54 |
my-raft-submission
|
55 |
├── LICENSE
|
56 |
+
├── README.md <- The README with submission instructions
|
57 |
+
├── cli.py <- The CLI for validating predictions etc.
|
58 |
+
├── data <- The predictions for each task
|
59 |
+
├── my-raft-submission.py <- Script to load predictions. Do not edit!
|
60 |
└── requirements.txt <- The requirements file for the submissions
|
61 |
```
|
62 |
|