Text Generation
Safetensors
English
llama
conversational
lfqian commited on
Commit
c7b83bb
·
verified ·
1 Parent(s): 26fa639

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -45,6 +45,7 @@ inputs = tokenizer(input_text, return_tensors="pt")
45
 
46
  output = model.generate(**inputs, max_new_tokens=200)
47
  print(tokenizer.decode(output[0], skip_special_tokens=True))
 
48
 
49
  ## Citation
50
 
 
45
 
46
  output = model.generate(**inputs, max_new_tokens=200)
47
  print(tokenizer.decode(output[0], skip_special_tokens=True))
48
+ ```
49
 
50
  ## Citation
51