amusktweewt commited on
Commit
d1194ad
1 Parent(s): 13a70d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ Don't work
34
 
35
  ## How to Get Started with the Model
36
 
37
- '''import torch
38
  from transformers import AutoTokenizer, AutoModelForCausalLM
39
 
40
  # Load pre-trained model tokenizer (v3 compatibility)
@@ -67,4 +67,4 @@ while True:
67
  print(f"Model: {top_pred}")
68
 
69
  print("Goodbye!")
70
- '''
 
34
 
35
  ## How to Get Started with the Model
36
 
37
+ ```import torch
38
  from transformers import AutoTokenizer, AutoModelForCausalLM
39
 
40
  # Load pre-trained model tokenizer (v3 compatibility)
 
67
  print(f"Model: {top_pred}")
68
 
69
  print("Goodbye!")
70
+ ```