lewtun HF Staff commited on
Commit
8c392aa
·
1 Parent(s): 0354425

Tidy up README

Browse files
Files changed (1) hide show
  1. README.md +2 -24
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
- ├── predictions.csv
164
- └── task.json
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