lewtun HF staff commited on
Commit
d6e4549
β€’
1 Parent(s): 989363f

Tidy up README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 top-level README with submission instructions
57
- β”œβ”€β”€ cli.py <- The CLI for installing dependencies, validating predictions, and making submissions
58
- β”œβ”€β”€ data <- The predictions for each task are stored here
59
- β”œβ”€β”€ my-raft-submission.py <- Script to load predictions during evaluation. Do not edit!
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