Tidy up README
Browse files
README.md
CHANGED
@@ -57,38 +57,16 @@ my-raft-submission
|
|
57 |
βββ cli.py <- The CLI for installing dependencies, validating predictions, and making submissions
|
58 |
βββ data
|
59 |
βΒ Β βββ ade_corpus_v2 <- The predictions for each task are stored in their corresponding directory
|
60 |
-
βΒ Β βΒ Β βββ predictions.csv <- A CSV file of the predictions with `ID` and `Label` columns
|
61 |
-
βΒ Β βΒ Β βββ task.json <- Configuration file for loading the predictions. Do not edit!
|
62 |
βΒ Β βββ banking_77
|
63 |
-
βΒ Β βΒ Β βββ predictions.csv
|
64 |
-
βΒ Β βΒ Β βββ task.json
|
65 |
βΒ Β βββ neurips_impact_statement_risks
|
66 |
-
βΒ Β βΒ Β βββ predictions.csv
|
67 |
-
βΒ Β βΒ Β βββ task.json
|
68 |
βΒ Β βββ one_stop_english
|
69 |
-
βΒ Β βΒ Β βββ predictions.csv
|
70 |
-
βΒ Β βΒ Β βββ task.json
|
71 |
βΒ Β βββ overruling
|
72 |
-
βΒ Β βΒ Β βββ predictions.csv
|
73 |
-
βΒ Β βΒ Β βββ task.json
|
74 |
βΒ Β βββ semiconductor_org_types
|
75 |
-
βΒ Β βΒ Β βββ predictions.csv
|
76 |
-
βΒ Β βΒ Β βββ task.json
|
77 |
βΒ Β βββ systematic_review_inclusion
|
78 |
-
βΒ Β βΒ Β βββ predictions.csv
|
79 |
-
βΒ Β βΒ Β βββ task.json
|
80 |
βΒ Β βββ tai_safety_research
|
81 |
-
βΒ Β βΒ Β βββ predictions.csv
|
82 |
-
βΒ Β βΒ Β βββ task.json
|
83 |
βΒ Β βββ terms_of_service
|
84 |
-
βΒ Β βΒ Β βββ predictions.csv
|
85 |
-
βΒ Β βΒ Β βββ task.json
|
86 |
βΒ Β βββ tweet_eval_hate
|
87 |
-
βΒ Β βΒ Β βββ predictions.csv
|
88 |
-
βΒ Β βΒ Β βββ task.json
|
89 |
βΒ Β βββ twitter_complaints
|
90 |
-
βΒ Β βββ predictions.csv
|
91 |
-
βΒ Β βββ task.json
|
92 |
βββ my-raft-submission.py <- Script to load predictions during evaluation. Do not edit!
|
93 |
βββ requirements.txt <- The requirements file for the submissions
|
94 |
```
|
@@ -160,8 +138,8 @@ As you can see in the example, each `predictions.csv` file should be stored in t
|
|
160 |
```
|
161 |
data
|
162 |
βββ ade_corpus_v2
|
163 |
-
β
|
164 |
-
β
|
165 |
βββ banking_77
|
166 |
β βββ predictions.csv
|
167 |
β βββ task.json
|
|
|
57 |
βββ cli.py <- The CLI for installing dependencies, validating predictions, and making submissions
|
58 |
βββ data
|
59 |
βΒ Β βββ ade_corpus_v2 <- The predictions for each task are stored in their corresponding directory
|
|
|
|
|
60 |
βΒ Β βββ banking_77
|
|
|
|
|
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 |
```
|
|
|
138 |
```
|
139 |
data
|
140 |
βββ ade_corpus_v2
|
141 |
+
βΒ Β βββ predictions.csv <- A CSV file of the predictions with `ID` and `Label` columns
|
142 |
+
βΒ Β βββ task.json <- Configuration file for loading the predictions. Do not edit!
|
143 |
βββ banking_77
|
144 |
β βββ predictions.csv
|
145 |
β βββ task.json
|