Skip to content

Commit e676554

Browse files
authored
Update README.md
1 parent 10ef038 commit e676554

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ This is a series of Python scripts for zero-shot and chain-of-though LLM scripti
33

44
-Windows Installation
55

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.
88

99
-Mac Installation
1010

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.
1313

1414
-Usage Instructions
1515

1616
For zero-shot scripting (a series of single LLM prompts)
1717

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-
2323

2424
-For chain-of-thought scripting (a series of multiple related LLM prompts)
2525

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-
3232

3333

3434
Citation:

0 commit comments

Comments
 (0)