jed351 commited on
Commit
4cb6da6
1 Parent(s): ce0b0fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ generator = TextGenerationPipeline(model, tokenizer,
78
  top_k=50, top_p=0.95,
79
  temperature=0.9) #, device=0) #if you have a GPU
80
 
81
- input_string = "已經返工"
82
 
83
  output = generator(input_string)
84
  string = output[0]['generated_text'].replace(' ', '')
 
78
  top_k=50, top_p=0.95,
79
  temperature=0.9) #, device=0) #if you have a GPU
80
 
81
+ input_string = "your input"
82
 
83
  output = generator(input_string)
84
  string = output[0]['generated_text'].replace(' ', '')