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

Tidy up README

Browse files
Files changed (1) hide show
  1. README.md +5 -16
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 <- The top-level README with submission instructions
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
  ```
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