Skip to content

Commit

Permalink
Update msg.c with model info
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas authored Oct 21, 2024
1 parent 51b2d7b commit 81d6203
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
void ModelsExplanation(void){
fprintf(stderr,
" \n"
" -rm <c>:<d>:<g>/<m>:<e>:<a> reference model (-rm 1:10:0.9/0:0:0), \n"
" -rm <c>:<d>:<g>/<m>:<e>:<a> reference model (-rm 5:90:0.9/1:50:0.8),\n"
" -rm <c>:<d>:<h>:<g>/<m>:<e>:<a> reference model (-rm 1:10:1:0.9/0:0:0), \n"
" -rm <c>:<d>:<h>:<g>/<m>:<e>:<a> reference model (-rm 5:90:5:0.9/1:50:0.8),\n"
" ... \n"
" -tm <c>:<d>:<g>/<m>:<e>:<a> target model (-tm 1:1:0.8/0:0:0), \n"
" -tm <c>:<d>:<g>/<m>:<e>:<a> target model (-tm 7:100:0.9/2:10:0.85), \n"
" -tm <c>:<d>:<h>:<g>/<m>:<e>:<a> target model (-tm 1:1:1:0.8/0:0:0), \n"
" -tm <c>:<d>:<h>:<g>/<m>:<e>:<a> target model (-tm 7:100:3:0.9/2:10:0.85), \n"
" ... \n"
" target and reference templates use <c> for \n"
" context-order size, <d> for alpha (1/<d>), <g>\n"
" context-order size, <d> for alpha (1/<d>), <h>\n"
" for the cache-hash size [1;254] (RAM), <g> \n"
" for gamma (decayment forgetting factor) [0;1),\n"
" <m> to the maximum sets the allowed mutations,\n"
" on the context without being discarded (for \n"
Expand Down

0 comments on commit 81d6203

Please sign in to comment.