saishshinde15 commited on
Commit
c6a0483
·
verified ·
1 Parent(s): 539a79c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -19,7 +19,8 @@ language:
19
  - **License:** apache-2.0
20
  - **Finetuned from model :** Qwen/Qwen2.5-3B-Instruct
21
 
22
- ''' python
 
23
  from transformers import AutoTokenizer, AutoModelForCausalLM
24
  import torch
25
 
 
19
  - **License:** apache-2.0
20
  - **Finetuned from model :** Qwen/Qwen2.5-3B-Instruct
21
 
22
+ # Follow the below structure to call the model:
23
+ ```python
24
  from transformers import AutoTokenizer, AutoModelForCausalLM
25
  import torch
26