Update README.md
Browse files
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 |
-
|
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
|