technician1 commited on
Commit
0dc8a7c
·
verified ·
1 Parent(s): e9fb624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -4,4 +4,13 @@ language:
4
  ---
5
  Full paper: TBA
6
 
7
- To run ChatIPC.exe, download the .exe file from [the official source](https://huggingface.co/PCNTechnologyEnterprise/Chat_Incremental_Pattern_Constructor/tree/main), execute it by double-clicking; 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.
 
 
 
 
 
 
 
 
 
 
4
  ---
5
  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.