Update README.md
Browse files
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
|