suayptalha commited on
Commit
dd4bb27
·
verified ·
1 Parent(s): 733981d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -104,7 +104,8 @@ You can use Llama3 prompt template while using the model:
104
  {assistant}<|eot_id|>
105
  ```
106
 
107
- Example usage:
 
108
  ```py
109
  import torch
110
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
104
  {assistant}<|eot_id|>
105
  ```
106
 
107
+ # Example usage:
108
+
109
  ```py
110
  import torch
111
  from transformers import AutoModelForCausalLM, AutoTokenizer