Naomibas commited on
Commit
000f41a
1 Parent(s): d6cf209

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -19,9 +19,13 @@ This datset is a collection of 100 system prompts for large language models.
19
 
20
  These 100 system prompts test a model's ability to follow grammatical patterns; answer basic multiple choice questions; act according to a particular persona; memorize information; and speak in French.
21
 
22
- Refer to 100_system_prompts.py to run the prompt, probe, function triplets. 100_system_prompts.json is purely for display purposes. You'll need to extract frequent_words.txt and one_syllable_words.txt from frequent_words_and_one_syllable_words.zip in order to run two tests.
23
-
 
 
 
24
 
 
25
  - **Curated by:** Naomi Bashkansky
26
  - **Language(s) (NLP):** en
27
  - **License:** apache-2.0
 
19
 
20
  These 100 system prompts test a model's ability to follow grammatical patterns; answer basic multiple choice questions; act according to a particular persona; memorize information; and speak in French.
21
 
22
+ Files:
23
+ - **hundred_system_prompts.py**: refer to this to see the (prompt, probe, function) triplets, as well as the helper functions.
24
+ - **hundred_system_prompts.json**: this is purely for display purposes.
25
+ - **run_benchmark.py**: this runs the 100 tests on a model, without any context other than the system prompt and the probe.
26
+ - **create_json_file.py**: a small file that was used to create the **hundred_system_prompts.py** file.
27
 
28
+ More info:
29
  - **Curated by:** Naomi Bashkansky
30
  - **Language(s) (NLP):** en
31
  - **License:** apache-2.0