Tidy up README
Browse files
README.md
CHANGED
@@ -53,22 +53,11 @@ The resulting repository should have the following structure:
|
|
53 |
```
|
54 |
my-raft-submission
|
55 |
βββ LICENSE
|
56 |
-
βββ README.md
|
57 |
-
βββ cli.py
|
58 |
-
βββ data
|
59 |
-
|
60 |
-
|
61 |
-
βΒ Β βββ neurips_impact_statement_risks
|
62 |
-
βΒ Β βββ one_stop_english
|
63 |
-
βΒ Β βββ overruling
|
64 |
-
βΒ Β βββ semiconductor_org_types
|
65 |
-
βΒ Β βββ systematic_review_inclusion
|
66 |
-
βΒ Β βββ tai_safety_research
|
67 |
-
βΒ Β βββ terms_of_service
|
68 |
-
βΒ Β βββ tweet_eval_hate
|
69 |
-
βΒ Β βββ twitter_complaints
|
70 |
-
βββ my-raft-submission.py <- Script to load predictions during evaluation. Do not edit!
|
71 |
-
βββ requirements.txt <- The requirements file for the submissions
|
72 |
```
|
73 |
|
74 |
### 3. Install the dependencies
|
|
|
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 |
|
63 |
### 3. Install the dependencies
|