PEFT
Safetensors
Transformers
English
text-generation-inference
unsloth
llama
trl
heegyu commited on
Commit
6175480
·
verified ·
1 Parent(s): 3dd6dd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ def generate_question(text):
85
 
86
  return question
87
 
88
- print(task)
89
  for _ in range(5):
90
  question = generate_question(text)
91
  print(question)
 
85
 
86
  return question
87
 
88
+
89
  for _ in range(5):
90
  question = generate_question(text)
91
  print(question)