Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ python run.py <elm-model-directory>
|
|
57 |
- python run.py models/elm-0.75_toxicity_detection
|
58 |
- python run.py models/elm-0.25_toxicity_detection
|
59 |
```
|
60 |
-
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below
|
61 |
```json
|
62 |
{
|
63 |
"inputs": ["Dear Dr. Mereu, \n\n I am very much looking forward to this class. It is my first class at Rutgers! I think its extremely interesting and am very excited about it as I just decided that I want to minor in Psychology this year. I am especially interested in the neuroscience aspect of it all. Looking forward to a great semester!",],
|
|
|
57 |
- python run.py models/elm-0.75_toxicity_detection
|
58 |
- python run.py models/elm-0.25_toxicity_detection
|
59 |
```
|
60 |
+
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_toxicity_detection/example_prompts.json`.
|
61 |
```json
|
62 |
{
|
63 |
"inputs": ["Dear Dr. Mereu, \n\n I am very much looking forward to this class. It is my first class at Rutgers! I think its extremely interesting and am very excited about it as I just decided that I want to minor in Psychology this year. I am especially interested in the neuroscience aspect of it all. Looking forward to a great semester!",],
|