mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
some typo fixes (#858)
* fix(typo): correct scaling * fix(typo): correct comment for `instruct`
This commit is contained in:
@@ -51,7 +51,7 @@ USE_REASONING_MODEL = True
|
||||
USE_INSTRUCT_MODEL = False
|
||||
# Uses the instruct mode (without reasoning) if
|
||||
# USE_REASONING_MODEL = True
|
||||
# USE_INSTRUCT_MODEL = False
|
||||
# USE_INSTRUCT_MODEL = True
|
||||
# This setting does have no effect if USE_REASONING_MODEL = False
|
||||
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
"USE_INSTRUCT_MODEL = False\n",
|
||||
"# Uses the instruct mode (without reasoning) if \n",
|
||||
"# USE_REASONING_MODEL = True\n",
|
||||
"# USE_INSTRUCT_MODEL = False\n",
|
||||
"# USE_INSTRUCT_MODEL = True\n",
|
||||
"# This setting does have no effect if USE_REASONING_MODEL = False"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
"USE_INSTRUCT_MODEL = False\n",
|
||||
"# Uses the instruct mode (without reasoning) if \n",
|
||||
"# USE_REASONING_MODEL = True\n",
|
||||
"# USE_INSTRUCT_MODEL = False\n",
|
||||
"# USE_INSTRUCT_MODEL = True\n",
|
||||
"# This setting does have no effect if USE_REASONING_MODEL = False"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user