technician1 commited on
Commit
45365f1
·
verified ·
1 Parent(s): 0a16cd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -6,11 +6,4 @@ Full paper: TBA
6
 
7
  Download the ChatIPC.exe file from [the official source](https://huggingface.co/PCNTechnologyEnterprise/Chat_Incremental_Pattern_Constructor/tree/main). If your antivirus flags the file, do not disable protection globally. Instead, review the warning and, if you trust the source, add the executable as a temporary exclusion in your antivirus settings, run the program, and re-enable full protection immediately afterward to maintain system security.
8
 
9
- Usage: ChatIPC.exe [--maxlen N] [--save FILE] [--load-kb FILE] [--dict-depth D] [--learn f1 f2 ...] [--repeat-penalty P] [--help]
10
- --maxlen N Maximum number of tokens constructed in a response.
11
- --save FILE Save the knowledge-base and dictionary expansions to a binary file.
12
- --load-kb FILE Load a previously saved knowledge-base (and dictionary expansions) from a binary file.
13
- --dict-depth D Depth of dictionary-definition expansion used during learning.
14
- --learn f1 f2 ... Learn from one or more text files to update the knowledge base.
15
- --repeat-penalty P Penalize repeated tokens during response generation (higher values discourage repetition).
16
- --help Show command-line interface options for ChatIPC usage.
 
6
 
7
  Download the ChatIPC.exe file from [the official source](https://huggingface.co/PCNTechnologyEnterprise/Chat_Incremental_Pattern_Constructor/tree/main). If your antivirus flags the file, do not disable protection globally. Instead, review the warning and, if you trust the source, add the executable as a temporary exclusion in your antivirus settings, run the program, and re-enable full protection immediately afterward to maintain system security.
8
 
9
+ <img src="Usage.webp" alt="Usage.webp" />