Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ model, tokenizer = FastLanguageModel.from_pretrained(
|
|
76 |
)
|
77 |
FastLanguageModel.for_inference(model)
|
78 |
|
79 |
-
def instruction_generator(system_message: str, num_instructions: int)
|
80 |
if system_message is None or "":
|
81 |
raise ValueError
|
82 |
if num_instructions < 1:
|
|
|
76 |
)
|
77 |
FastLanguageModel.for_inference(model)
|
78 |
|
79 |
+
def instruction_generator(system_message: str, num_instructions: int):
|
80 |
if system_message is None or "":
|
81 |
raise ValueError
|
82 |
if num_instructions < 1:
|