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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ output = model.generate(**inputs, max_new_tokens=200)
47
  print(tokenizer.decode(output[0], skip_special_tokens=True))
48
  ```
49
 
50
- ## Citation
51
 
52
  If you use this model in your research, please cite:
53
  ```python
 
47
  print(tokenizer.decode(output[0], skip_special_tokens=True))
48
  ```
49
 
50
+ ## 💡 Citation
51
 
52
  If you use this model in your research, please cite:
53
  ```python