Skip to content

Commit

Permalink
Minor fixes to some comments in some examples. (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattholl authored Dec 29, 2023
1 parent df7b770 commit 6614b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@dataclass
class ScriptArguments:
"""
The name of the Casual LM model we wish to fine with PPO
The name of the Casual LM model we wish to fine-tune with PPO
"""

# NOTE: gpt2 models use Conv1D instead of Linear layers which are not yet supported in 8 bit mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@dataclass
class ScriptArguments:
"""
The name of the Casual LM model we wish to fine with PPO
The name of the Casual LM model we wish to fine-tune with PPO
"""

# NOTE: gpt2 models use Conv1D instead of Linear layers which are not yet supported in 8 bit mode
Expand Down

0 comments on commit 6614b8a

Please sign in to comment.