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