You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,32 +3,32 @@ This is a series of Python scripts for zero-shot and chain-of-though LLM scripti
3
3
4
4
-Windows Installation
5
5
6
-
Click 'Releases' on the right and download LLMscripting-WinInstaller.exe
7
-
Follow the installation instructions on the releases page.
6
+
1.Click 'Releases' on the right and download LLMscripting-WinInstaller.exe
7
+
2.Follow the installation instructions on the releases page.
8
8
9
9
-Mac Installation
10
10
11
-
Click 'Releases' on the right and download LLMscripting-MacInstaller.zip
12
-
Follow the installation instructions on the releases page.
11
+
1.Click 'Releases' on the right and download LLMscripting-MacInstaller.zip
12
+
2.Follow the installation instructions on the releases page.
13
13
14
14
-Usage Instructions
15
15
16
16
For zero-shot scripting (a series of single LLM prompts)
17
17
18
-
Place a TSV file containing two columns in the input-files folder, with a filename like yourtexthere-prompts.tsv
19
-
The first column should have an identifier (like a student number), and the second column should have the prompts (like 'Please check text after the colon for grammar errors: STUDENT TEXT')
20
-
Click the desktop shortcut for LLM Scripting
21
-
Type the following command on Windows: python GPT.py yourtexthere-
22
-
Type the following command on Mac: python3 GPT.py yourtexthere-
18
+
1.Place a TSV file containing two columns in the input-files folder, with a filename like yourtexthere-prompts.tsv
19
+
2.The first column should have an identifier (like a student number), and the second column should have the prompts (like 'Please check text after the colon for grammar errors: STUDENT TEXT')
20
+
3.Click the desktop shortcut for LLM Scripting
21
+
4a. Type the following command on Windows: python GPT.py yourtexthere-
22
+
4b. Type the following command on Mac: python3 GPT.py yourtexthere-
23
23
24
24
-For chain-of-thought scripting (a series of multiple related LLM prompts)
25
25
26
-
Place a TSV file containing two columns in the input-files folder, with a filename like yourtexthere-raw.tsv
27
-
The first column should have an identifier (like a student number), and the second column should have the text (like 'STUDENT TEXT')
28
-
To adjust the prompts, edit the prompt text in folders/fiver.py
29
-
Click the desktop shortcut for LLM Scripting
30
-
Type the following command on Windows: python GPTmulti.py yourtexthere-
31
-
Type the following command on Mac: python3 GPTmulti.py yourtexthere-
26
+
1.Place a TSV file containing two columns in the input-files folder, with a filename like yourtexthere-raw.tsv
27
+
2.The first column should have an identifier (like a student number), and the second column should have the text (like 'STUDENT TEXT')
28
+
3.To adjust the prompts, edit the prompt text in folders/fiver.py
29
+
4.Click the desktop shortcut for LLM Scripting
30
+
5a. Type the following command on Windows: python GPTmulti.py yourtexthere-
31
+
5b. Type the following command on Mac: python3 GPTmulti.py yourtexthere-
0 commit comments